funquail/api/compose/django/daphne.sh

3 lines
144 B
Bash
Raw Normal View History

2018-03-03 10:52:48 +01:00
#!/bin/bash -eux
python /app/manage.py collectstatic --noinput
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers