From a6813072a5c66a03bf3710b4f4d1e18c6c9faff3 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Tue, 15 Sep 2020 08:15:47 -0700 Subject: [PATCH] another missing file issue.! ! --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .