From 0ac69610f234047f83dc21b4240fa974d72bf0a4 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Tue, 23 Dec 2025 22:52:38 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 74ed516..75089f4 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -5,7 +5,8 @@ WORKDIR /app # RUN corepack enable yarn && yarn set version stable -COPY package.json yarn.lock .yarnrc.yml .yarn ./ +COPY package.json yarn.lock .yarnrc.yml ./ +COPY .yarn ./.yarn RUN ls -la RUN ls -la app RUN ls -la .yarn