added scub.mp4 and more patches

This commit is contained in:
2026-06-05 12:20:45 +01:00
parent 557c3166bb
commit 8acc692b08
6 changed files with 388 additions and 14 deletions
+1
View File
@@ -3,6 +3,7 @@ ENV CI=true
RUN pnpm runtime set node 22 -g
RUN apt update
RUN apt install git -y
RUN apt install ffmpeg -y
WORKDIR /app
COPY pnpm-lock.yaml /app