Skip to content

Commit

Permalink
chore: changed backend port to 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
nroh555 committed Sep 9, 2024
1 parent feea874 commit e7f674e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ FROM base
COPY --from=build /app /app

# Start the server by default, this can be overwritten at runtime
EXPOSE 4000
EXPOSE 3000
CMD [ "yarn", "run", "start" ]

0 comments on commit e7f674e

Please sign in to comment.