procfile flask

Solutions on MaxInterview for procfile flask by the best coders in the world

showing results for - "procfile flask"
Kenny
29 Jan 2016
1Example of what the procfile might look like for a flask app:
2web: gunicorn app.py app:app
3
4Or maybe this is for the development app:
5web: python app.py