Add Drone CI pipeline configuration and Docker setup for Jellyfin
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal 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
|
Reference in New Issue
Block a user