update
All checks were successful
Deploy / publish-windows (push) Successful in 19s

This commit is contained in:
2025-12-23 00:59:01 +06:00
parent 50c56e87ff
commit 72f46df4d1
2 changed files with 13 additions and 12 deletions

View File

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