no web concurrency

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-05-17 18:23:58 -04:00
parent 0334483a72
commit 566ab9ff1a
-2
View File
@@ -1,7 +1,5 @@
FROM python:3-alpine
ENV WEB_CONCURRENCY=4
ADD . /httpbin
RUN apk add -U ca-certificates libffi libstdc++ && \