#!/bin/sh python3 manage.py collectstatic python3 -m gunicorn grubguesser.wsgi --reload --workers=1 -b 0.0.0.0:7860