From c4489b58c93750845babef7235081e65feabd2c0 Mon Sep 17 00:00:00 2001 From: opti1337 Date: Tue, 23 Dec 2025 22:50:37 +0600 Subject: [PATCH] Update Dockerfile.windows --- client/Dockerfile.windows | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index fa39c3c..74ed516 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -6,6 +6,9 @@ WORKDIR /app # RUN corepack enable yarn && yarn set version stable COPY package.json yarn.lock .yarnrc.yml .yarn ./ +RUN ls -la +RUN ls -la app +RUN ls -la .yarn RUN yarn install --immutable COPY . .