mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
7 lines
112 B
Docker
7 lines
112 B
Docker
FROM alpine
|
|
LABEL maintainer "yourok"
|
|
RUN apk add --no-cache wget
|
|
COPY start.sh /start.sh
|
|
ENTRYPOINT /start.sh
|
|
|