Add Drone CI pipeline configuration and Docker setup for Jellyfin

This commit is contained in:
gyurix
2025-04-25 09:23:37 +02:00
parent 18cc9a4b4d
commit 11851bece3
3 changed files with 75 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM alpine:latest
RUN apk --update --no-cache add yq
COPY entrypoint.sh /entrypoint.sh
RUN chmod a+x /entrypoint.sh
CMD /entrypoint.sh