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