Add README and update entrypoint to force listen port

This commit is contained in:
Tony Blyler 2017-06-20 17:55:35 -04:00
parent caeec7cfaa
commit 1f00a43dbe
2 changed files with 18 additions and 2 deletions

View file

@ -22,5 +22,4 @@ RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk
EXPOSE 8086
ENTRYPOINT ["./huproxy"]
CMD ["-listen", ":8086"]
ENTRYPOINT ["./huproxy", "-listen", ":8086"]