update
Some checks failed
Deploy / publish-web (push) Failing after 20s
Deploy / publish-tauri (push) Failing after 18s

This commit is contained in:
2025-12-22 21:40:38 +06:00
parent ddc43e4b42
commit 472fa8d907

View File

@@ -2,7 +2,11 @@ FROM ubuntu:latest
WORKDIR /app 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 RUN yarn set version stable
COPY package.json yarn.lock .yarnrc.yml ./ COPY package.json yarn.lock .yarnrc.yml ./