Closed fivetanley closed 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.
/app
https://github.com/HashNuke/heroku-buildpack-elixir/issues/194#issuecomment-800425532
This was reverted in #202, since it needed the above review changes before merging unfortunately.
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