Update Dockerfile.windows
Some checks failed
Deploy / publish-windows (push) Has been cancelled

This commit is contained in:
2025-12-23 22:44:24 +06:00
parent c573d2277a
commit c19bef73e0

View File

@@ -5,7 +5,7 @@ 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 ./ COPY package.json yarn.lock .yarnrc.yml .yarn ./
RUN yarn install --immutable RUN yarn install --immutable
COPY . . COPY . .