Zenn で公開している Rails × CloudFormation ハンズオン という本のサンプルコードです。
docker-compose build
docker-compose up -d
docker-compose exec web /bin/bash
aws ecs execute-command --cluster cfn-sample-dev --task *** --container cfn-sample-dev --interactive --command '/bin/bash'
docker-compose run --rm web bundle install