Docker compose won't push to ECR – Nginx
I'm trying to set up deployment where on docker compose up command it would build necessary images, push them to ECR and launch everything on ECS. What I've done so far. Created and switched to aws context: docker context create…