ConfBuddies
ConfBuddies copied to clipboard
#89 Docker setup improvements
- Run bundle install with 2 jobs (speed up a bit)
- Adds a bundle cache volume so we don't need to run fresh gem installs every so often
close #89
What do you think about caching the gems in the repo instead? Placing them at vendor/cache so bundler defaults to there. I normally see gems stored that way in codebases that cache them.