mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
This runs `bundle install` if there are any missing gems when booting the containers. `bundle check` ensures we don't unnecessarily run `bundle install`, which is rather slow. This avoids having to build the entire image (painfully slow) or having to bring up a container just to install the gems. I used to do this with `docker-compose run --rm web bundle install`.
1.3 KiB
1.3 KiB