diff --git a/buildspec.yml b/buildspec.yml index aba5978..8c53bd5 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -6,6 +6,7 @@ phases: - echo Logging in to Amazon ECR... - aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 058264328200.dkr.ecr.us-east-1.amazonaws.com - REPOSITORY_URI=058264328200.dkr.ecr.us-east-1.amazonaws.com/labcrud-app + build: commands: - echo Building the Docker image...