5 lines
46 B
Docker
5 lines
46 B
Docker
|
FROM scratch
|
||
|
|
||
|
# copy local files
|
||
|
COPY root/ /
|