mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-17 10:42:14 +08:00
7 lines
74 B
Docker
7 lines
74 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="aptalca"
|
|
|
|
# copy local files
|
|
COPY root/ /
|