セットアップ Makefileにコマンドをまとめてます dotenvとdocker composeファイルの初期化 make init 初期セットアップ make setup コンテナ起動 docker-compose up -d テスト実行 Feature Test make test_feature Unit Test make test_unit