From 0aa42c4743cb81db0cc51f09fbd081b80c4bd021 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 30 Aug 2023 20:28:46 +0100 Subject: [PATCH] Add dockerfilec omment Signed-off-by: Fred Boniface --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ccee898..56e394f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ COPY ./.npmrc ./ RUN npm install COPY . . # Ideally the tests should be run separately in a CI/CD workflow rather than during the build +# Currently, it does prevent a container being published with failing tests RUN npm run test RUN npm run build