diff options
-rwxr-xr-x | docker-entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index b2b3808..6c3efca 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -12,4 +12,4 @@ echo "Attempting to create superuser..." #python manage.py collectstatic --noinput # Start Gunicorn -exec gunicorn --bind ':8080' --workers 3 ded.wsgi:application +exec gunicorn --bind ':8000' --workers 3 ded.wsgi:application |