mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add docker file
This commit is contained in:
6
docker/Dockerfile
Normal file
6
docker/Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM alpine
|
||||
LABEL maintainer "yourok"
|
||||
RUN apk add --no-cache wget
|
||||
COPY start.sh /start.sh
|
||||
ENTRYPOINT /start.sh
|
||||
|
||||
Reference in New Issue
Block a user