From ffe5739d993e6ac9c544ea71f2576da4c7c2e0cd Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Fri, 15 Mar 2024 13:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F?= 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 ed98c22..0166bd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 设置基础镜像 -FROM nginx:WIN-1.25.3 +FROM win-nginx WORKDIR /opt/eam COPY nginx.conf /usr/local/nginx/conf/nginx.conf