public-health-ch/Procfile

5 lines
215 B
Text
Raw Normal View History

2017-03-27 20:55:07 +00:00
web: uwsgi --http :$PORT --module publichealth.wsgi --master --offload-threads 3
# web: gunicorn publichealth.wsgi -b 0.0.0.0:$PORT -w 3 --log-file=-
2017-03-27 15:28:40 +00:00
init: python manage.py migrate
migrate: python manage.py migrate