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