From e8b2379a259fc5102465d93634945b6d02a486d4 Mon Sep 17 00:00:00 2001 From: Tammo Feldmann <31222040+Tammo-Feldmann@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:53:29 -0700 Subject: [PATCH] Update app/Dockerfile.prod Co-authored-by: Edward Keeble --- app/Dockerfile.prod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile.prod b/app/Dockerfile.prod index 6eb11e9a..a47c42ef 100644 --- a/app/Dockerfile.prod +++ b/app/Dockerfile.prod @@ -19,4 +19,4 @@ RUN pip install -r production.txt COPY . . ENTRYPOINT ["/app/home/app/web/entrypoint.sh"] -CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:80", "-w", "4", "--timeout", "300", "--worker-tmp-dir", "/dev/shm"] \ No newline at end of file +CMD ["gunicorn", "config.wsgi:application", "--bind", "0.0.0.0:80", "-w", "4", "--timeout", "300", "--worker-tmp-dir", "/dev/shm"]