Skip to content

Commit

Permalink
fix : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Dec 15, 2024
1 parent 39ac671 commit cab403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/page/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY --from=builder /usr/src/app/.pnp.loader.mjs .pnp.loader.mjs
COPY --from=builder /usr/src/app/packages/page/dist packages/page/dist
COPY --from=builder /usr/src/app/packages/page/server.js packages/page/server.js
COPY --from=builder /usr/src/app/packages/page/package.json packages/page/package.json
COPY --from=builder /usr/src/app/.env.production packages/page/.env.production
COPY --from=builder /usr/src/app/packages/page/.env.production packages/page/.env.production

RUN yarn workspaces focus page --production

Expand Down

0 comments on commit cab403e

Please sign in to comment.