mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-16 18:21:53 +08:00
7 lines
76 B
Docker
7 lines
76 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
# copy local files
|
|
COPY root/ /
|