From c560e65c38b309c27ff4738c20c15c03b010a4d3 Mon Sep 17 00:00:00 2001 From: liuchen <23082234@qq.com> Date: Mon, 5 Feb 2024 09:29:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=95=9C=E5=83=8F=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccf15bc1d..635005bc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 设置基础镜像 -FROM nginx +FROM nginx:WIN-1.25.3 WORKDIR /opt/sfms3.0 -COPY nginx.conf /etc/nginx/nginx.conf +COPY nginx.conf /usr/local/nginx/conf/nginx.conf # 将dist文件中的内容复制到 /usr/share/nginx/html/ 这个目录下面 COPY sfms3.0/ /opt/sfms3.0