funkwhale/api/compose/django/daphne.sh
2018-03-03 10:52:48 +01:00

3 lines
145 B
Bash
Executable file

#!/bin/bash -eux
python /app/manage.py collectstatic --noinput
/usr/local/bin/daphne --root-path=/app -b 0.0.0.0 -p 5000 config.asgi:application