mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
8 lines
101 B
Docker
8 lines
101 B
Docker
FROM scratch
|
|
|
|
|
|
LABEL maintainer="GilbN"
|
|
LABEL app="Duplicati"
|
|
#copy local files.
|
|
COPY root/ /
|