From 0f657744820c6fd3371d8c124591d55e50d96174 Mon Sep 17 00:00:00 2001 From: liuchen864 <23082234@qq.com> Date: Thu, 7 Mar 2024 15:37:55 +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 e2c08f6..79ac65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # 设置基础镜像 -FROM nginx:WIN-1.25.3 +FROM win-nginx WORKDIR /opt/zhucheng-go-view COPY nginx.conf /usr/local/nginx/conf/nginx.conf