add streaming and mobile-app instructions

This commit is contained in:
2026-05-18 12:27:39 +02:00
parent ee6e7b806f
commit 0e40a23828
12 changed files with 726 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM alpine:3.20
RUN apk add --no-cache ffmpeg
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]