エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Docker Compose + Rails: best practice to migrate?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Docker Compose + Rails: best practice to migrate?
I just followed this article on Running a Rails Development Environment in Docker. Good article, ... I just followed this article on Running a Rails Development Environment in Docker. Good article, works great. After setting everything up, I decided to go on and set up a production environment. GOAL: I want to rake db:create && rake db:migrate every time my docker image is run. PROBLEM: If I move the database creation and migrations steps... docker-compose run app rake db:create docker-compose ru

