Skip to content

Commit

Permalink
fix: dockerfile user 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonite-Lee committed Aug 22, 2024
1 parent 9eed724 commit 0beab73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ FROM node:20-alpine AS runner
WORKDIR /app

COPY --from=builder /app/apps/user/.next ./.next
COPY --from=builder /app/apps/user/public ./public
COPY --from=builder /app/apps/user/package.json ./package.json
COPY --from=builder /app/packages ./packages
COPY --from=builder /app/node_modules ./node_modules
Expand Down

0 comments on commit 0beab73

Please sign in to comment.