diff --git a/Dockerfile b/Dockerfile index e85f2dd..439c9ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN DJANGO_SECRET_KEY=build-dummy DJANGO_ALLOWED_HOST=localhost python manage.py RUN adduser --uid 1234 nonroot USER nonroot -CMD ["gunicorn", "--bind", ":8888", "core.wsgi:application"] \ No newline at end of file +CMD ["gunicorn", "--bind", ":8888", "-k", "uvicorn.workers.UvicornWorker", "core.asgi:application"] \ No newline at end of file