Skip to content

Commit

Permalink
expose port in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
avukalov committed Oct 10, 2024
1 parent 437e99a commit 2a202c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static

EXPOSE 3000
EXPOSE 3002

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

0 comments on commit 2a202c5

Please sign in to comment.