Skip to content

Commit

Permalink
🐛 Added docker port on API Container
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Jun 1, 2024
1 parent a657503 commit 68105f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ WORKDIR /app/packages/api
# # # # # # # # # # # #
# DEV: Maintain the /app/packages/api folder as context (Breaking)
# # # # # # # # # # # #

EXPOSE 3000
CMD node dist/src/main.js

# # # # # # # # # # # #
Expand Down

0 comments on commit 68105f2

Please sign in to comment.