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