From d9924e13e868815e6fa777ef16d38ed9a1b4a553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 29 Dec 2020 22:16:39 +0100 Subject: [PATCH] add managepy --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index a140ad5..f62763f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,6 @@ EXPOSE 8080 WORKDIR /app +COPY ./manage.py ./ + ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:8080", "--workers", "4", "--threads", "4", "geogame.wsgi:application"]