From 61752b499fb5d2a0597e10bed2a0234a4cb746c8 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 6 Sep 2021 15:16:31 +0200 Subject: [PATCH] fixed bug in dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 98ecbd0..71e875f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,7 @@ WORKDIR /app RUN pip install --upgrade pip RUN pip install gunicorn RUN pip install wheel +RUN pip install flit RUN flit install --pth-file CMD ["gunicorn", "--paster", "/app/production.ini", "-b", "0.0.0.0:8000"]