我无法找到使用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。