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