diff --git a/api/docker/server.sh b/api/docker/server.sh index 044e584e2..50ec5f7b7 100755 --- a/api/docker/server.sh +++ b/api/docker/server.sh @@ -6,7 +6,7 @@ funkwhale-manage collectstatic --noinput funkwhale-manage migrate # shellcheck disable=SC2086 -gunicorn config.asgi:application \ +exec gunicorn config.asgi:application \ --workers "${FUNKWHALE_WEB_WORKERS-1}" \ --worker-class uvicorn.workers.UvicornWorker \ --bind 0.0.0.0:5000 \