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