diff --git a/buildspec.yml b/buildspec.yml index 3361154e..011cb936 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -19,7 +19,7 @@ phases: build: commands: - ./lein build - - cp taskdef.json target/ + - cp imagedefinitions.json target/ - echo Build started on `date` - echo Building the Docker image... - docker build -t $REPOSITORY_URI:latest .