Skip to content

Commit

Permalink
devops: use PORT for the exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
hakumizuki committed Oct 17, 2024
1 parent e809e4a commit 0dd03b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ COPY . .
RUN bun run build

USER bun
EXPOSE 3333/tcp
EXPOSE ${PORT}/tcp
ENTRYPOINT [ "bun", "run", "start" ]

0 comments on commit 0dd03b2

Please sign in to comment.