mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 00:49:16 +02:00
3 lines
No EOL
125 B
Bash
Executable file
3 lines
No EOL
125 B
Bash
Executable file
#!/bin/sh
|
|
python /app/manage.py collectstatic --noinput
|
|
/usr/local/bin/gunicorn config.wsgi -w 4 -b 0.0.0.0:5000 --chdir=/app |