从Heroku buildpack定位二进制文​​件时遇到问题

时间:2019-07-30 18:54:07

标签: git heroku buildpack

我无法找到使用heroku buildpack安装的二进制文件。

我使用

将buildpack添加到我的应用程序中
heroku buildpack:add <url>
git commit -m "message"
git push heroku master

执行heroku buildpacks时,我可以看到buildpack已添加到应用程序中。

这应将二进制文件放入/app/bin中。但是我无法在代码中引用二进制文件。另外,我在运行时看不到二进制文件:

heroku run bash
$ ls /bin

我使用多个类似的buildpack失败了,所以问题出在我身上,而不是buildpack。

具体来说,this是我要使用的buildpack。

0 个答案:

没有答案