From 9eba773959dceb1cc5ec891ed173b4ffbdcd1594 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Tue, 21 Nov 2023 14:48:31 +0800 Subject: [PATCH] =?UTF-8?q?ci(custom):=20=E8=B0=83=E6=95=B4docker=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=85=8D=E7=BD=AE?= 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 4a1a803..fe8b53a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:latest AS builder +FROM nginx:alpine COPY dist/ /usr/share/nginx/html