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