This commit is contained in:
hailin 2025-04-05 20:06:35 +08:00
parent 25d871a03c
commit 445c6eb8f6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
# 复制生产所需文件(注意:以子项目为主)
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/node_modules ./node_modules
COPY --from=builder /app/apps/blogai/.next ./.next
COPY --from=builder /app/apps/blogai/public ./public
COPY --from=builder /app/apps/blogai/next.config.js ./next.config.js