Closed ypresto closed 5 years ago
This will place cache of the same buildpack used for multiple subdirs in dedicated CACHE_DIR.
For example, nodejs buildpack uses fixed path for cache dir in CACHE_DIR
Note that doing mkdir CACHE_DIR is responsibility of child buildpacks: https://devcenter.heroku.com/articles/buildpack-api#caching
mkdir CACHE_DIR
@negativetwelve Yes, that was intentional. Changed to services! 😃
services
Great, thanks again!
This will place cache of the same buildpack used for multiple subdirs in dedicated CACHE_DIR.
For example, nodejs buildpack uses fixed path for cache dir in CACHE_DIR
Note that doing
mkdir CACHE_DIR
is responsibility of child buildpacks: https://devcenter.heroku.com/articles/buildpack-api#caching