mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-20 04:11:49 +08:00
7 lines
75 B
Docker
7 lines
75 B
Docker
FROM scratch
|
|
|
|
LABEL maintainer="username"
|
|
|
|
# copy local files
|
|
COPY root/ /
|