如果你的Procfile設定檔案是如下的話:
web: gunicorn application:app
或
web gunicorn app:app --preload
需要在requirements.txt 新增 gunicorn
gunicorn==19.3.0
如果你的Procfile設定檔案是如下的話:
web: gunicorn application:app
或
web gunicorn app:app --preload
需要在requirements.txt 新增 gunicorn
gunicorn==19.3.0