This commit is contained in:
parent
eaac955e68
commit
4c765bca87
|
|
@ -36,8 +36,8 @@
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# 复制生产所需文件
|
# 复制生产所需文件
|
||||||
COPY --from=builder /app/package.json ./
|
COPY --from=builder /app/apps/blogai/package.json ./package.json
|
||||||
COPY --from=builder /app/pnpm-lock.yaml ./
|
COPY --from=builder /app/pnpm-lock.yaml ./pnpm-lock.yaml
|
||||||
COPY --from=builder /app/node_modules ./node_modules
|
COPY --from=builder /app/node_modules ./node_modules
|
||||||
COPY --from=builder /app/apps/blogai/.next ./.next
|
COPY --from=builder /app/apps/blogai/.next ./.next
|
||||||
COPY --from=builder /app/apps/blogai/public ./public
|
COPY --from=builder /app/apps/blogai/public ./public
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue