Skip to content

Commit

Permalink
fix: dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragonite-Lee committed Aug 22, 2024
1 parent 34b5183 commit 4ea2155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY --from=builder /app/apps/admin/.next/standalone/apps/admin ./
COPY --from=builder /app/apps/admin/.next/static ./.next/static
COPY --from=builder /app/apps/admin/public ./public
COPY --from=builder /app/apps/admin/next.config.js ./next.config.js
COPY --from=builder /app/node_modules ./node_modules

ENV PORT=3001

Expand Down
1 change: 1 addition & 0 deletions apps/user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ WORKDIR /app
COPY --from=builder /app/apps/user/.next/standalone/apps/user ./
COPY --from=builder /app/apps/user/.next/static ./.next/static
COPY --from=builder /app/apps/user/public ./public
COPY --from=builder /app/node_modules ./node_modules

EXPOSE 3000
CMD ["node", "server.js"]

0 comments on commit 4ea2155

Please sign in to comment.