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

This commit is contained in:
2025-12-23 22:53:46 +06:00
parent 0ac69610f2
commit 01ae1b5011

View File

@@ -7,9 +7,6 @@ WORKDIR /app
COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn ./.yarn
RUN ls -la
RUN ls -la app
RUN ls -la .yarn
RUN yarn install --immutable
COPY . .