ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

#89 Docker setup improvements #90

Open rodolfobandeira opened 2 years ago

rodolfobandeira commented 2 years ago

close #89

ChaelCodes commented 2 years ago

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.