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 ./