update
Some checks failed
Deploy / publish-web (push) Successful in 41s
Deploy / publish-tauri (push) Failing after 52s

This commit is contained in:
2025-12-22 21:45:17 +06:00
parent e8cbf6e146
commit b05a7324d6

View File

@@ -4,7 +4,7 @@ WORKDIR /app
RUN apt update RUN apt update
RUN apt install curl RUN apt install -y curl
RUN curl -o- https://fnm.vercel.app/install | bash RUN curl -o- https://fnm.vercel.app/install | bash