mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 06:46:16 +00:00
docker optimizations
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ RUN apk add -U ca-certificates libffi libstdc++ && \
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:8080", "httpbin:app"]
|
||||
CMD ["gunicorn", "-b", "0.0.0.0:8080", "httpbin:app", "-k", "gevent"]
|
||||
|
||||
Reference in New Issue
Block a user