diff --git a/entrypoint.sh b/entrypoint.sh index a57d25b..75466d4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn api.wsgi -k uvicorn.workers.UvicornWorker -w 5 \ No newline at end of file +exec gunicorn api.wsgi -k uvicorn.workers.UvicornWorker --workers 5 --threads 4 \ No newline at end of file