From 566ab9ff1a328347d1b011b1fc529d6b877a785f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 May 2018 18:23:58 -0400 Subject: [PATCH] no web concurrency Signed-off-by: Kenneth Reitz --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a3564ed..9378d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM python:3-alpine -ENV WEB_CONCURRENCY=4 - ADD . /httpbin RUN apk add -U ca-certificates libffi libstdc++ && \