Skip to content
New issue

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のコンテナ化 #4

Open
1 task
atarubift opened this issue Sep 9, 2021 · 2 comments
Open
1 task

rails appのコンテナ化 #4

atarubift opened this issue Sep 9, 2021 · 2 comments

Comments

@atarubift
Copy link

概要

rails appをdockerでコンテナ化する

再現・確認手順(任意)

ToDo

  • ラベル付け
@atarubift
Copy link
Author

$ 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 のエラーが健在であるため、画面は表示されない。

@atarubift
Copy link
Author

config/routes.rb'の中身を削除してからdocker-compose up -d`を行い、localhost:3000にアクセスすると、いつもの画面が表示される。
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant