public-health-ch/Procfile
2017-03-27 17:28:40 +02:00

3 lines
132 B
Text

web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
init: python manage.py migrate
migrate: python manage.py migrate