From 4456ffe12e2695dc6b9f94557efd528ae943cbb1 Mon Sep 17 00:00:00 2001 From: Kaleb Gebremeskel Date: Fri, 16 Dec 2022 15:45:03 +0100 Subject: [PATCH] changed the comment section from app to APP --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bc1f44..7e4e09f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY app/package.json app/yarn.lock ./ COPY app/spec ./spec COPY app/src ./src -# Run tests to validate app +# Run tests to validate APP FROM app-base AS test RUN yarn install RUN yarn test