Prevent having to run bundle install when restarting docker service
#358
Reference in New Issue
Block a user
Delete Branch "dev-losing-bundles"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is an existing volume here but I find that I had to rerun
bundle installwhenever I restart the service.Even though there was a bundle_cache, its not being utilized.
adds a
BUNDLE_PATHto let bundler know to store the gems in the cache volume.