diff options
author | James Mills <prologic@shortcircuit.net.au> | 2017-06-26 01:48:07 -0700 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2017-06-26 01:48:07 -0700 |
commit | da3c29209fb9519913f5eb4fcc1b1a4986464f03 (patch) | |
tree | fa1f0c14a9bf6a421d6e57cea6540a72b4308854 /Dockerfile | |
parent | Add gorelease config to travis for automated binary releases (diff) | |
download | gopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.tar.gz gopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.tar.bz2 gopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.zip |
Bump
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ FROM golang:alpine | |||
3 | EXPOSE 80/tcp | 3 | EXPOSE 80/tcp |
4 | 4 | ||
5 | ENTRYPOINT ["gopherproxy"] | 5 | ENTRYPOINT ["gopherproxy"] |
6 | CMD [] | 6 | CMD ["-bind", "0.0.0.0:80", "-uri", "floodgap.com"] |
7 | 7 | ||
8 | RUN \ | 8 | RUN \ |
9 | apk add --update git && \ | 9 | apk add --update git && \ |