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 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 |