mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-18 19:32:32 +08:00
7 lines
83 B
Docker
7 lines
83 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="JonathanTreffler"
|
|
|
|
# copy local files
|
|
COPY root/ /
|