mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 18:39:16 +02:00
Fixed broken daphne and removed useless templates
This commit is contained in:
parent
25e263d474
commit
eef2ff3f9a
6 changed files with 1 additions and 132 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue