Run gunicorn and webpack through Procfile

This commit is contained in:
Ian Minoso 2016-10-19 12:43:30 -04:00
parent 5a45f140c2
commit 79545bc2bc
3 changed files with 10 additions and 2 deletions

3
Procfile Normal file
View file

@ -0,0 +1,3 @@
app: gunicorn -c conf/gunicorn_local.py application:application
webpack: npm run watch