Skip to content

Commit

Permalink
Expose port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Aug 15, 2024
1 parent 2c29d53 commit f366fb2
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 @@ -73,6 +73,6 @@ COPY --from=build /bin/server /bin/
COPY ./migrations /app/migrations

# Expose the port that the application listens on.
EXPOSE 8000
EXPOSE 3000

ENTRYPOINT ["/bin/server"]

0 comments on commit f366fb2

Please sign in to comment.