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