funkwhale/api/compose/django/server.sh
2019-06-19 10:26:09 +02:00

3 lines
175 B
Bash
Executable file

#!/bin/bash -eux
python /app/manage.py collectstatic --noinput
gunicorn config.asgi:application -w ${FUNKWHALE_WEB_WORKERS-1} -k uvicorn.workers.UvicornWorker -b 0.0.0.0:5000