ConfBuddies icon indicating copy to clipboard operation
ConfBuddies copied to clipboard

#89 Docker setup improvements

Open rodolfobandeira opened this issue 3 years ago • 1 comments

  • 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

rodolfobandeira avatar Oct 11 '21 14:10 rodolfobandeira

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.

ChaelCodes avatar Oct 12 '21 03:10 ChaelCodes