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

This commit is contained in:
2025-12-23 22:50:37 +06:00
parent c19bef73e0
commit c4489b58c9

View File

@@ -6,6 +6,9 @@ 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 .yarn ./
RUN ls -la
RUN ls -la app
RUN ls -la .yarn
RUN yarn install --immutable RUN yarn install --immutable
COPY . . COPY . .