kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fixed wrong daphne path
rodzic
0012182d86
commit
685d115960
|
@ -1,3 +1,3 @@
|
|||
#!/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
|
||||
daphne -b 0.0.0.0 -p 5000 config.asgi:application --proxy-headers
|
||||
|
|
Ładowanie…
Reference in New Issue