- Export AWS profile
- Run ./create-and-push-docker-image.sh
- Create role "accessECR"
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ecr:*",
"Resource": "*"
}
]
}
- Deploy in App Runner with role "accessECR", ECR Docker image URL, port 3000