aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-06-26 01:54:33 -0700
committerJames Mills <prologic@shortcircuit.net.au>2017-06-26 01:54:33 -0700
commit76f337705e6d766e5f4f3799505ede8ec4ad43c9 (patch)
tree138a642b62bfced91aa9f7966a3eeea4a71df615 /Dockerfile
parentBump (diff)
downloadgopherproxy-76f337705e6d766e5f4f3799505ede8ec4ad43c9.tar.gz
gopherproxy-76f337705e6d766e5f4f3799505ede8ec4ad43c9.tar.bz2
gopherproxy-76f337705e6d766e5f4f3799505ede8ec4ad43c9.zip
Set sensible defaults
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ddba3aa..e173197 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,6 @@ FROM golang:alpine
3EXPOSE 80/tcp 3EXPOSE 80/tcp
4 4
5ENTRYPOINT ["gopherproxy"] 5ENTRYPOINT ["gopherproxy"]
6CMD ["-bind", "0.0.0.0:80", "-uri", "floodgap.com"]
7 6
8RUN \ 7RUN \
9 apk add --update git && \ 8 apk add --update git && \