Fixed broken daphne and removed useless templates

This commit is contained in:
Eliot Berriot 2018-03-04 16:05:41 +01:00
parent 25e263d474
commit eef2ff3f9a
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 1 additions and 132 deletions

View file

@ -1,3 +1,3 @@
#!/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
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application