mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-16 02:02:30 +08:00
9 lines
104 B
Docker
9 lines
104 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="nemchik"
|
|
|
|
# copy local files
|
|
COPY root/ /
|