Note: If you receive an error using the AWS CLI, make sure that you have the latest version of the AWS CLI and Docker installed.
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 965028819973.dkr.ecr.us-east-1.amazonaws.com
Build your Docker image using the following command. For information on building a Docker file from scratch see the instructions here . You can skip this step if your image is already built:
docker build -t wagsites .
docker tag wagsites:latest 965028819973.dkr.ecr.us-east-1.amazonaws.com/wagsites:latest
docker push 965028819973.dkr.ecr.us-east-1.amazonaws.com/wagsites:latest
docker build -t appsfolio . docker tag appsfolio:latest 965028819973.dkr.ecr.us-east-1.amazonaws.com/appsfolio:latest docker push 965028819973.dkr.ecr.us-east-1.amazonaws.com/appsfolio:latest