From da1945e6163c4c5bd8a2fa121c8347ccea83ef0a Mon Sep 17 00:00:00 2001 From: Kevin J Hoerr Date: Wed, 6 Apr 2022 02:04:06 +0000 Subject: Silence logs in unit tests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index c9d783f..ff498d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY package*.json ./ COPY yarn.lock ./ COPY .yarnrc.yml ./ COPY .yarn ./.yarn -RUN yarn install +RUN yarn install --immutable --immutable-cache # Stage 3. TS compilation FROM dependencies AS build -- cgit