Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker setup improvements #89

Open
rodolfobandeira opened this issue Oct 11, 2021 · 1 comment · May be fixed by #90
Open

Docker setup improvements #89

rodolfobandeira opened this issue Oct 11, 2021 · 1 comment · May be fixed by #90

Comments

@rodolfobandeira
Copy link
Contributor

rodolfobandeira commented Oct 11, 2021

Proposal:

  • Speed up bundle install by adding jobs=2 config
  • Add a bundle cache volume so we don't need to install fresh gems on every docker iteration
@rodolfobandeira rodolfobandeira linked a pull request Oct 11, 2021 that will close this issue
@exegeteio
Copy link
Contributor

Regarding bundle cache: Is the intent to speed up docker build by having the gem cache?

As best I can tell, Docker already includes caching in the build process so that the Gems should not be installed unless Gemfile or Gemfile.lock are updated. Not sure the problem that part is trying to fix.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants