Prevent having to run bundle install when restarting docker service #358

Merged
elithecho merged 2 commits from dev-losing-bundles into main 2024-02-08 04:27:20 +08:00
elithecho commented 2024-02-08 00:07:42 +08:00 (Migrated from github.com)

There is an existing volume here but I find that I had to rerun bundle install whenever I restart the service.
Even though there was a bundle_cache, its not being utilized.

- bundle_cache:/bundle

adds a BUNDLE_PATH to let bundler know to store the gems in the cache volume.

There is an existing volume here but I find that I had to rerun `bundle install` whenever I restart the service. Even though there was a bundle_cache, its not being utilized. ``` - bundle_cache:/bundle ``` adds a `BUNDLE_PATH` to let bundler know to store the gems in the cache volume.
robzolkos (Migrated from github.com) approved these changes 2024-02-08 01:42:02 +08:00
Sign in to join this conversation.