We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rails appをdockerでコンテナ化する
The text was updated successfully, but these errors were encountered:
$ docker-compose build $ docker-compose run web bundle exec rake db:create $ docker-compose run web bundle exec rake db:migrate $ docker-compose up -d
の操作をすることで、rails サーバを立てることに成功
しかし、 #3 のエラーが健在であるため、画面は表示されない。
Sorry, something went wrong.
config/routes.rb'の中身を削除してからdocker-compose up -d`を行い、localhost:3000にアクセスすると、いつもの画面が表示される。
config/routes.rb'の中身を削除してから
No branches or pull requests
概要
rails appをdockerでコンテナ化する
再現・確認手順(任意)
ToDo
The text was updated successfully, but these errors were encountered: