From 943662a77f137484bb46664a6a336504b3b2527b Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 13 Apr 2023 15:00:03 +0200 Subject: fix dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index bb48283..2735402 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ WORKDIR /app COPY requirements.txt . COPY app.py . +COPY gunicorn_config.py . RUN pip install --no-cache-dir -r requirements.txt -- cgit v1.2.3