Update Dockerfile.windows
Some checks failed
Deploy / publish-windows (push) Failing after 26s

This commit is contained in:
2025-12-23 22:52:38 +06:00
parent c4489b58c9
commit 0ac69610f2

View File

@@ -5,7 +5,8 @@ WORKDIR /app
# RUN corepack enable yarn && yarn set version stable # 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
RUN ls -la app RUN ls -la app
RUN ls -la .yarn RUN ls -la .yarn