From 0e931f1a89be09dfa84cace6eea0d9fdf288fdd8 Mon Sep 17 00:00:00 2001 From: Douglas Thomson Date: Wed, 7 Aug 2024 17:32:04 +0100 Subject: [PATCH] Test container passes unit tests --- backend-api/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-api/Dockerfile.test b/backend-api/Dockerfile.test index cd377fb62..035d6d377 100644 --- a/backend-api/Dockerfile.test +++ b/backend-api/Dockerfile.test @@ -16,7 +16,7 @@ RUN aws --version # Copy the CloudFormation infrastructure template and application source code to the working directory COPY template.yaml / -COPY src ./ +COPY template.yaml src openApiSpecs infra-tests eslint.config.mjs jest.config.ts tsconfig.json ./ # Give user, 'test', permissions to execute test script and switch the user to 'test' COPY run-tests.sh /