From 28c64edaf8b57424923878cc60328eab5fdb16a3 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Thu, 25 Dec 2025 07:33:18 +0600 Subject: [PATCH] update --- client/Dockerfile.web | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/Dockerfile.web b/client/Dockerfile.web index ef17c22..dd9b8ce 100644 --- a/client/Dockerfile.web +++ b/client/Dockerfile.web @@ -6,8 +6,9 @@ RUN corepack enable RUN yarn set version stable COPY package.json yarn.lock .yarnrc.yml ./ +COPY .yarn ./.yarn -RUN yarn install +RUN yarn install --immutable COPY . . ARG COMMIT_SHA=unknown