update
Some checks failed
Deploy / publish-tauri (push) Has been cancelled
Deploy / publish-web (push) Has been cancelled

This commit is contained in:
2025-12-22 21:44:36 +06:00
parent 472fa8d907
commit e8cbf6e146

View File

@@ -2,6 +2,10 @@ FROM ubuntu:latest
WORKDIR /app
RUN apt update
RUN apt install curl
RUN curl -o- https://fnm.vercel.app/install | bash
RUN fnm install 24