mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-17 19:06:36 +08:00
9 lines
113 B
Docker
9 lines
113 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="JonathanTreffler"
|
|
|
|
# copy local files
|
|
COPY root/ /
|