This commit is contained in:
hailin 2025-04-05 19:46:46 +08:00
parent eaac955e68
commit 4c765bca87
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@
WORKDIR /app
# 复制生产所需文件
COPY --from=builder /app/package.json ./
COPY --from=builder /app/pnpm-lock.yaml ./
COPY --from=builder /app/apps/blogai/package.json ./package.json
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/apps/blogai/.next ./.next
COPY --from=builder /app/apps/blogai/public ./public