Skip to content

Commit

Permalink
bind docker run to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maoo committed Oct 16, 2023
1 parent 35e9890 commit 16f992f
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 @@ -23,4 +23,4 @@ EXPOSE $PORT

USER $MORPHIR_USER

ENTRYPOINT ["morphir-elm","develop"]
ENTRYPOINT ["morphir-elm","develop", "-o", "0.0.0.0"]

0 comments on commit 16f992f

Please sign in to comment.