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

This commit is contained in:
2025-12-22 22:14:24 +06:00
parent 6b5383ba24
commit 10bfcf0727

View File

@@ -1,15 +1,17 @@
FROM ubuntu:latest FROM node:lts
# SHELL ["/bin/bash", "-c"]
WORKDIR /app WORKDIR /app
RUN apt update # RUN apt update
#
# RUN apt install -y curl unzip
RUN apt install -y curl unzip # RUN curl -fsSL https://fnm.vercel.app/install | bash
RUN curl -o- https://fnm.vercel.app/install | bash # RUN ~/.local/share/fnm/fnm install 24
# RUN ~/.local/share/fnm/fnm use 24
RUN ~/.local/share/fnm/fnm install 24
RUN ~/.local/share/fnm/fnm use 24
RUN corepack enable yarn RUN corepack enable yarn
RUN yarn set version stable RUN yarn set version stable