From 5d06b66acb531ee7405a8563664b94cb57828938 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 12:16:50 +0100 Subject: Fix path to wsgi file --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 93c5459..8782211 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -3,4 +3,4 @@ cd /app python manage.py migrate python manage createsuperuser --noinput python manage.py collectstatic --noinput -exec gunicorn --bind ':8080' --workers 3 config.wsgi:application +exec gunicorn --bind ':8080' --workers 3 ded.wsgi:application -- cgit v1.2.3