Closed brettgoulder closed 11 years ago
Can you help me out with a bit more detail? For instance, which version of the buildpack are you running? What is the value of the buildpack url? What do you expect to happen? What actually happened?
There is a missing line on the bin/compile
set -e
mkdir -p "$1/bin"
cp bin/nginx "$1/bin/"
@kheekien You might want to set your buildpack url to the latest on github. E.g. BUILDPACK_URL=https://github.com/ryandotsmith/nginx-buildpack.git
This issue has been fixed on master. I will cut a release soon.
There seems to be an incompatibility if there is a bin/ folder in an app that has this buildpack.
For reference:
https://support.heroku.com/tickets/85224