7 lines
108 B
Docker
7 lines
108 B
Docker
FROM linuxserver/plex
|
|
COPY root /
|
|
|
|
RUN apt update && apt install -y cron unionfs-fuse
|
|
|
|
ENTRYPOINT ["/init"]
|