aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-06-26 01:48:07 -0700
committerJames Mills <prologic@shortcircuit.net.au>2017-06-26 01:48:07 -0700
commitda3c29209fb9519913f5eb4fcc1b1a4986464f03 (patch)
treefa1f0c14a9bf6a421d6e57cea6540a72b4308854 /Dockerfile
parentAdd gorelease config to travis for automated binary releases (diff)
downloadgopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.tar.gz
gopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.tar.bz2
gopherproxy-da3c29209fb9519913f5eb4fcc1b1a4986464f03.zip
Bump
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bf5cab6..ddba3aa 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ FROM golang:alpine
3EXPOSE 80/tcp 3EXPOSE 80/tcp
4 4
5ENTRYPOINT ["gopherproxy"] 5ENTRYPOINT ["gopherproxy"]
6CMD [] 6CMD ["-bind", "0.0.0.0:80", "-uri", "floodgap.com"]
7 7
8RUN \ 8RUN \
9 apk add --update git && \ 9 apk add --update git && \