Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't delete the build directory root (#2)
Since otherwise once Heroku builds are run from `/app`, builds will output warnings due to the `/app` root being read only: ``` remote: -----> Subdir buildpack app detected ... remote: cleaning build dir /app remote: rm: cannot remove '/app': Read-only file system ``` Fixes timanovsky#9. Co-authored-by: Alexey Timanovsky <[email protected]>
- Loading branch information