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