From c6d078775016c2f4c5c76763478d4a5ba13289cf Mon Sep 17 00:00:00 2001 From: Stefan Dworschak Date: Fri, 5 Feb 2021 15:36:42 +0000 Subject: [PATCH] Updating entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f27c56c2..dc08a79b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ COPY ./src/ /hackathon-app EXPOSE 8000 ENTRYPOINT ["gunicorn", "--workers=5", "--timeout=120", "--access-logfile=-",\ - "--bind=0.0.0.0:8000", "--max-requests=1000", "django_ci_sandbox_proxy.wsgi:application"] + "--bind=0.0.0.0:8000", "--max-requests=1000", "main.wsgi:application"]