fix(ci): merge docker manifest

This commit is contained in:
AnotiaWang
2025-02-24 17:39:51 +08:00
parent 5d1b517922
commit 9f85c04490
2 changed files with 81 additions and 27 deletions

View File

@ -21,7 +21,7 @@ RUN pnpm build:optimize
FROM node:20-alpine AS runner
WORKDIR /app
ENV NODE_ENV production
ENV NODE_ENV=production
# 只复制必要的文件
COPY --from=builder /app/.output .output