Skip to content

Commit

Permalink
Fix misalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yousan committed Jun 10, 2024
1 parent 46390ce commit 7076c13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/build_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ AWS Systems Manager のパラメータストアで以下のようなパラメー

# 4-2 用意したリポジトリにdecidim の docker imageをpushする
手元の環境で、[decidim-cfj](https://github.com/codeforjapan/decidim-cfj)のdocker imageをbuildする。

デフォルトのままだと接続されるドメインを拒否してしまうため、Decidim の [config/environments/development.rb](https://github.com/codeforjapan/decidim-cfj/blob/main/config/environments/development.rb) に該当のドメイン(ホスト名)、もしくは全てのホスト名をconfigに追記する。

<details>
Expand Down Expand Up @@ -82,8 +83,8 @@ To allow requests to local.example.com make sure it is a valid hostname (contain
![image (8)](https://github.com/codeforjapan/decidim-cfj-cdk/assets/561613/658fce09-8d1f-49d1-b9e7-48ab5b15f13d)

</details>
[Docker イメージをプッシュする](https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/docker-push-ecr-image.html)を参考に
buildしたdocker imageを用意したリポジトリにpushする。

[Docker イメージをプッシュする](https://docs.aws.amazon.com/ja_jp/AmazonECR/latest/userguide/docker-push-ecr-image.html)を参考にbuildしたdocker imageを用意したリポジトリにpushする。

# 4-3 tagをexportする
4-2でpushしたdockerイメージのタグをexportする
Expand Down

0 comments on commit 7076c13

Please sign in to comment.