tko22 / flask-boilerplate

Simple flask boilerplate with Postgres, Docker, and Heroku/Zeit now
https://github.com/tko22/flask-boilerplate/wiki
MIT License
301 stars 100 forks source link

gunicorn fix #15

Closed bharthur closed 5 years ago

bharthur commented 5 years ago

I think the following:

https://github.com/tko22/flask-boilerplate/blob/7207405450951db27156c81724501c66fdf4492f/Procfile#L1

should be:

web: gunicorn manage:app

tko22 commented 5 years ago

thanks! I just fixed it