Skip to content

Commit

Permalink
docker: fix host
Browse files Browse the repository at this point in the history
  • Loading branch information
z7zmey committed Oct 26, 2017
1 parent a6d1d63 commit 918f74f
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 @@ -10,4 +10,4 @@ COPY php-worker /codegraph/php-worker
COPY dist/app /codegraph/ui/dist/app

EXPOSE 8080
CMD ["/codegraph/codegraph"]
CMD ["/codegraph/codegraph", "-h", "0.0.0.0"]

0 comments on commit 918f74f

Please sign in to comment.