From bc3b9cccc136a4d95fd9f2b912422b8dc907e547 Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Thu, 7 Mar 2024 15:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9nginx=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index debf35f..063a445 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 设置基础镜像 -FROM nginx:WIN-1.25.3 +FROM win-nginx WORKDIR /opt/eam-pda COPY nginx.conf /usr/local/nginx/conf/nginx.conf