From 9c792ee6e9a8f21b44c69f39a4f5fb210ed25c02 Mon Sep 17 00:00:00 2001 From: ucfchandra Date: Tue, 26 Nov 2024 09:25:33 -0500 Subject: [PATCH] test env change --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index d64849d..890a679 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -12,4 +12,6 @@ then --email $DJANGO_SUPERUSER_EMAIL fi +$@ + exec gunicorn --workers=2 --threads=4 --worker-class=gthread --bind '[::]:80' --worker-tmp-dir /dev/shm wsgi:application