Skip to content

Commit

Permalink
chore: update Dockerfile to expose port 3000/tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoderhtml committed Jun 25, 2024
1 parent 4edafc7 commit ebf9b17
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 @@ -17,5 +17,5 @@ RUN mkdir tmp && chown -R bun:bun tmp

# run the app
USER bun
EXPOSE 4221/tcp
EXPOSE 3000/tcp
ENTRYPOINT [ "./emojibot" ]

0 comments on commit ebf9b17

Please sign in to comment.