3 lines
135 B
Bash
3 lines
135 B
Bash
|
#!/bin/sh
|
||
|
python3 manage.py migrate && python3 manage.py collectstatic --noinput && gunicorn refunds.wsgi -b 0.0.0.0:8000 --log-file -
|