Skip to content

Commit

Permalink
Specify port explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
dims committed Apr 3, 2018
1 parent 91c542b commit 64e4316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codesearch.k8s.io/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ VOLUME ["/data"]

EXPOSE 6080

ENTRYPOINT ["/go/bin/houndd", "-conf", "/data/config.json"]
ENTRYPOINT ["/go/bin/houndd", "-conf", "/data/config.json", "-addr", ":6080"]

0 comments on commit 64e4316

Please sign in to comment.