Нормальный запуск bundle install
в контейнере Rails.
Встречается с ..
You are trying to install in deployment mode after changing
your Gemfile. Run `bundle install` elsewhere and add the
updated Gemfile.lock to version control.
If this is a development machine, remove the /application/Gemfile freeze
by running `bundle config unset deployment`.
The dependencies in your gemfile changed
You have added to the Gemfile:
* webpacker (~> 5.1.1)
You have deleted from the Gemfile:
* webpacker (~> 4.x)
Без удаления Gemfile.lock
, как связать Docker и избежать это?