ComboStrikeHQ / docker-rails

An opinionated docker image for running Rails apps in production.
MIT License
89 stars 17 forks source link

Remove option to run `bundle install` with --local flag #32

Closed tsujigiri closed 5 years ago

tsujigiri commented 5 years ago

As it turns out, bundle install --deployment already implies --local, if bundle package is run before, which is exactly what we need.

Relevant docs: https://bundler.io/v1.17/bundle_install.html (see bottom)

tsujigiri commented 5 years ago

(5) Handle oauth email address changes