From 2c6c0c0e2a9d2c398a8f457e1e6a5b0ff0023baf Mon Sep 17 00:00:00 2001 From: coward <2991148012@qq.com> Date: Sat, 13 Dec 2025 07:35:49 +0000 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=BC=96=E8=BE=91?= 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 f5c4d91..4fb6a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# 打包前端 +# 打包前端 FROM node:18-alpine AS build-front WORKDIR /front