fix
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py migrate --noinput
|
||||
exec gunicorn --bind 0.0.0.0:8000 api.wsgi -k uvicorn.workers.UvicornWorker --workers 5 --threads 4
|
||||
exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker --workers 5 --threads 4
|
||||
Reference in New Issue
Block a user