Files
pms/Dockerfile
2018-11-20 08:59:09 +01:00

7 lines
95 B
Docker

FROM linuxserver/plex
COPY root /
RUN apt update && apt install -y cron
ENTRYPOINT ["/init"]