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