ayaka-k
@ayaka-k (あやか)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

ERROR: Service 'web' failed to build : The command '/bin/sh -c bundle install' returned a non-zero code: 1

Q&A

Closed

docker-compose run web rails new にてエラー

こちらの記事を参考にさせていただき、
docker-compose run web rails new . --force --database=mysql --skip-bundle
を行ったところ、エラーにハマってしまいました。

ディレクトリを作り直したり、コンテナを削除してから、
一から作成を試みましたが、同じエラーになってしまいます。

勉強としての個人制作といえど、はじめて環境構築を行います。
いろいろ調べながら、解決を試みましたが、
丸2日かかってもここから動けなかったため、質問させていただきます。
アドバイスいただけますでしょうか、宜しくお願い致します。

Unfortunately, an unexpected error occurred, and Bundler cannot continue.

First, try this link to see if there are any existing issue reports for this error:
https://github.com/bundler/bundler/search?q=invalid+multibyte+character++%2F%5C%2Fsample_app++%23%5CxE8%5Cx87%5CxAA%5CxE8%5CxBA%5CxAB%5CxE3%5Cx81%5CxAE%5CxE3%5Cx82%5CxA2%5CxE3%5Cx83%5Cx97%5CxE3%5Cx83%5CxAA%5CxE3%5Cx83%5Cx87%5CxE3%5Cx82%5CxA3%5CxE3%5Cx83%5CxAC%5CxE3%5Cx82%5CxAF%5CxE3%5Cx83%5Cx88%5CxE3%5Cx83%5CxAA%5CxE5%5Cx90%5Cx8D%5CxE3%5Cx82%5Cx92%5CxE8%5CxA8%5CxAD%5CxE5%5CxAE%5Cx9A%5C%2F%2F&type=Issues

If there aren't any reports for this error yet, please create copy and paste the report template above into a new issue. Don't forget to anonymize any private data! The new issue form is located at:
https://github.com/bundler/bundler/issues/new
ERROR: Service 'web' failed to build : The command '/bin/sh -c bundle install' returned a non-zero code: 1

スクリーンショット 2021-03-08 16.57.30.png

0

1Answer

元のコードと変わっているので,説明が適切かはわからないですが.

ENV APP_ROOT /sample_app  #自身のアプリディレクトリ名を設定 
docker-compose.yml
      - .:/sample_app #自身のアプリディレクトリ名を設定

この辺りが怪しいので,コメント(# を含めた行末まで) を削除してトライしてもいいかもしれません.

1Like

Comments

  1. @ayaka-k

    Questioner

    ありがとうございます!
    無事に「Successfully built 」といってもらえました!!
  2. 解決したなら良かったです

Your answer might help someone💌