From 92e6a1523936abad03e995e4efa83a00583a5804 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 6 Mar 2025 19:02:40 +0800 Subject: [PATCH] update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5fc669..8bae19b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN npm install --legacy-peer-deps COPY . . # 构建应用 -RUN npm run build +RUN npm run build --production=false # 生产阶段 FROM nginx:stable-alpine