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

Dockerfile installs gems for all environments #55

Open
mksndz opened this issue Aug 13, 2020 · 0 comments
Open

Dockerfile installs gems for all environments #55

mksndz opened this issue Aug 13, 2020 · 0 comments
Assignees

Comments

@mksndz
Copy link
Member

mksndz commented Aug 13, 2020

the dockerfile installs gems by calling bundle install. this installs gems from all groups listed in the gemfile. for production deploys, only production gems should be installed. see: https://bundler.io/man/bundle-install.1.html#DEPLOYMENT-MODE

this can speed up ci builds and reduce the likelihood of issues on build & deploy.

@mksndz mksndz changed the title Dockerfile install gems for all environments Dockerfile installs gems for all environments Aug 14, 2020
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

No branches or pull requests

2 participants