mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
6 lines
92 B
Docker
6 lines
92 B
Docker
|
FROM scratch
|
||
|
|
||
|
LABEL maintainer="GilbN"
|
||
|
LABEL app="Tautulli"
|
||
|
#copy local files.
|
||
|
COPY root/ /
|