1

我有一个用 Falcon 和 Waitress 公开的 REST API。它在我的本地环境中运行良好,并希望在 Heroku 中发布它。

要启动 API,在我的 Procfile 中我有以下内容:

web: waitress-serve --port=$PORT app:api

而且我无法在 Free Dynos 资源中正确看到它。

但是当我在 Heroku 中部署时,我收到以下错误消息:

bash: waitress-serve: command not found

我正在使用以下 Buildpack: https ://github.com/teamupstart/conda-buildpack

在我的根文件夹中,我有 conda-requirements.txt 和 waitress==1.3.0

我错过了什么吗?

4

0 回答 0