7 lines
90 B
Docker
7 lines
90 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="GilbN"
|
|
LABEL app="Plex"
|
|
#copy local files.
|
|
COPY root/ /
|