entrypoint.sh

This commit is contained in:
2026-06-30 12:31:15 +01:00
parent c7249065dd
commit fc3f5b53b3
+1 -1
View File
@@ -8,6 +8,6 @@ python manage.py migrate --noinput
echo "Starting Gunicorn..."
exec gunicorn creativeschool.wsgi:application \
--bind 0.0.0.0:8000 \
--bind 0.0.0.0:8001 \
--workers 3 \
--timeout 120