From 2fcec60cfacd9ed3781659e1f696b63594f49d63 Mon Sep 17 00:00:00 2001 From: Mitsutan <83488293+Mitsutan@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:31:20 +0900 Subject: [PATCH] Update README.md fix invalid command --- ecs-ecr-container-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecs-ecr-container-app/README.md b/ecs-ecr-container-app/README.md index 56f852d..8598068 100644 --- a/ecs-ecr-container-app/README.md +++ b/ecs-ecr-container-app/README.md @@ -30,7 +30,7 @@ LOCALSTACK_AUTH_TOKEN=... DEBUG=1 localstack start The following command builds and deploys the app locally via CloudFormation: ``` -make deploy +make run ``` Specifically, the script above runs the following steps: