0
0

More than 3 years have passed since last update.

dockerコンテナに、Could not find hoge in any of the sources Run `bundle install` to install missing gems.が出た場合の対処

Last updated at Posted at 2020-12-28

bundle installをするたびに、dockeのrailsコンテナを再起動して見る

それでもうまくいかない場合、

docker
docker-compose build --no-cache

以下を実行します。
参考
https://fuqda.hatenablog.com/entry/2019/03/21/204118

最後に

僕のdockerfileが悪いのかもしれません。それとも、bundle installするたびにrails sする必要があるのかもしれません。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0