File size: 117 Bytes
8d1113d
 
c005156
f4da933
1
2
3
4
5
#!/bin/sh

python3 manage.py collectstatic
python3 -m gunicorn grubguesser.wsgi --reload --workers=1 -b 0.0.0.0:7860