ryandotsmith / nginx-buildpack

Run NGINX in front of your app server on Heroku
457 stars 248 forks source link

Start from any directory #55

Open tommyvn opened 9 years ago

tommyvn commented 9 years ago

Not every buildpack system starts in the buildpack directory. This PR works out the directory of the buildpack from $0 and explicitly uses that to run and copy files out of the buildpack.