mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:09:16 +02:00
3 lines
128 B
Bash
Executable file
3 lines
128 B
Bash
Executable file
#!/bin/bash -eux
|
|
python /app/manage.py collectstatic --noinput
|
|
/usr/local/bin/daphne -b 0.0.0.0 -p 5000 config.asgi:application
|