From 1b20505ef28ad49635a13e5795bb4b26569af7aa Mon Sep 17 00:00:00 2001 From: hi2hi Date: Wed, 25 Jun 2025 16:04:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20=E6=9B=B4=E6=96=B0Dockerfile?= =?UTF-8?q?=EF=BC=8C=E4=BD=BF=E7=94=A8nginx:1.27-alpine=E6=9B=BF=E4=BB=A3n?= =?UTF-8?q?ginx:1.27.3?= 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 37151e3..15a711d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.3 +FROM nginx:1.27-alpine COPY ./dist /home/wwwroot/html COPY ./nginx-default.conf.template /etc/nginx/templates/default.conf.template