This commit is contained in:
aaron 2025-03-06 23:24:10 +08:00
parent 9cc9389c3f
commit 56475c568b

View File

@ -19,7 +19,7 @@ RUN npm install
COPY . .
# 构建应用
RUN npm run build
RUN npx vue-cli-service build || npm run build
# 生产阶段
FROM nginx:stable-alpine