Skip to content

Commit

Permalink
fix: port
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Dec 23, 2023
1 parent 4299dbf commit afa13e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ COPY --from=base /app/config ./config
# Set ENV to production
ENV GO_ENV production

# Expose port 3001
EXPOSE 3001
# Expose port 3002
EXPOSE 3002

# Run the application
CMD ["./server"]

0 comments on commit afa13e4

Please sign in to comment.