diff --git a/entrypoint.sh b/entrypoint.sh index fe4df90..a7d9019 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn --bind 0.0.0.0:8000 api.wsgi:application \ No newline at end of file +exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker \ No newline at end of file