From 472fa8d907eef54565052170a6a1ba3fe07f8dae Mon Sep 17 00:00:00 2001 From: opti1337 Date: Mon, 22 Dec 2025 21:40:38 +0600 Subject: [PATCH] update --- client/Dockerfile.windows | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/Dockerfile.windows b/client/Dockerfile.windows index 5059060..d523df2 100644 --- a/client/Dockerfile.windows +++ b/client/Dockerfile.windows @@ -2,7 +2,11 @@ FROM ubuntu:latest WORKDIR /app -RUN corepack enable +RUN curl -o- https://fnm.vercel.app/install | bash + +RUN fnm install 24 + +RUN corepack enable yarn RUN yarn set version stable COPY package.json yarn.lock .yarnrc.yml ./