This commit is contained in:
parent
25d871a03c
commit
445c6eb8f6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue