diff --git a/doc/fig/pat.png b/doc/fig/pat.png new file mode 100644 index 0000000..23c33dd Binary files /dev/null and b/doc/fig/pat.png differ diff --git a/run_local_example.sh b/run_local_example.sh index 020f931..e2fe125 100755 --- a/run_local_example.sh +++ b/run_local_example.sh @@ -14,10 +14,12 @@ # -----composeを使う----- # buildxを使わない場合の引数の設定方法 #docker compose build --build-arg BUILD_ENV=development + # .env.developmentでbuildxでbuild docker buildx bake --set react-app.args.BUILD_ENV=development # .env.productionでbuildxでbuild # docker buildx bake --set react-app.args.BUILD_ENV=production + # 起動 docker compose up