エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
【Docker】ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`の解消法 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
【Docker】ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`の解消法 - Qiita
【Docker】ArgumentError: Missing `secret_key_base` for 'production' environment, set this string ... 【Docker】ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`の解消法RailsDocker はじめに Dockerfileをproduction環境でビルドする際にwebpacker:installやwebpacker:compileをする場合、config/secrets.ymlとconfig/master.keyの情報が必要になってきます。 私はmaster.keyファイルを.dockerignoreファイルに含めていた為エラーが発生しました。 master.keyの情報をイメージに含めずにビルドする方法に少し躓いたので、解決法を紹介します。 環境 Ruby 3.2.1 Rails 6.1.7