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