📜  procfile flask - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:23.980000             🧑  作者: Mango

代码示例1
Example of what the procfile might look like for a flask app:
web: gunicorn app.py app:app

Or maybe this is for the development app:
web: python app.py