`bundle install` на Docker: сбой из-за 'режима развертывания' - PullRequest
0 голосов
/ 05 августа 2020

Нормальный запуск 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 и избежать это?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...