Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-17 18:17:49 -04:00
parent 5f704cdea4
commit 0334483a72
+2 -2
View File
@@ -12,6 +12,6 @@ RUN apk add -U ca-certificates libffi libstdc++ && \
apk del build-deps && \
rm -rf /var/cache/apk/*
EXPOSE 8080
EXPOSE 80
CMD ["gunicorn", "-b", "0.0.0.0:8080", "httpbin:app", "-k", "gevent"]
CMD ["gunicorn", "-b", "0.0.0.0:80", "httpbin:app", "-k", "gevent"]