Skip to content

Commit

Permalink
Set controller command as image entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
wmedlar authored and anguslees committed Mar 9, 2018
1 parent 47a5e87 commit 70d1aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MAINTAINER Angus Lees <gus@inodes.org>
COPY controller /usr/local/bin/

EXPOSE 8080
CMD ["controller"]
ENTRYPOINT ["controller"]

0 comments on commit 70d1aae

Please sign in to comment.