mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:09:24 +02:00
fixed wrong daphne path
This commit is contained in:
parent
0012182d86
commit
685d115960
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash -eux
|
#!/bin/bash -eux
|
||||||
python /app/manage.py collectstatic --noinput
|
python /app/manage.py collectstatic --noinput
|
||||||
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
|
daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue