This commit is contained in:
aaron 2025-03-06 19:02:40 +08:00
parent f98c4a1c9a
commit 92e6a15239

View File

@ -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