HashNuke / heroku-buildpack-elixir

Heroku Buildpack for Elixir with nitro boost
MIT License
811 stars 310 forks source link

fix compatibilities when BUILD_DIR argument is /app #200

Closed fivetanley closed 3 years ago

fivetanley commented 3 years ago

fixes #194

Newer versions of the Heroku build system build the app in /app rather than a tmp directory. If this is the case (the BUILD_DIR argument is the same as /app), don't copy hex or other files over as they are already in place.

https://github.com/HashNuke/heroku-buildpack-elixir/issues/194#issuecomment-800425532

edmorley commented 3 years ago

This was reverted in #202, since it needed the above review changes before merging unfortunately.