From fc3f5b53b3fadc1cf41d70b77b95601aebef88bc Mon Sep 17 00:00:00 2001 From: Adel Kadi Date: Tue, 30 Jun 2026 12:31:15 +0100 Subject: [PATCH] entrypoint.sh --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e040cf2..047d6f1 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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 \ No newline at end of file