From bdabf151350ac2ed5e692538b5089d826de9f67f Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 15:54:59 +0100 Subject: Change port in entrypoint script --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3