Skip to content

Commit

Permalink
fix: expose correct ports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Nov 14, 2023
1 parent fbbd151 commit 794af5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ ENV WEB_ROOT=/watchman/

# USER moov # TODO(adam): non-root users

EXPOSE 8080
EXPOSE 9090
EXPOSE 8084
EXPOSE 9094
ENTRYPOINT ["/bin/server"]

0 comments on commit 794af5f

Please sign in to comment.