mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
9 lines
102 B
Docker
9 lines
102 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="Stark"
|
|
|
|
# copy local files
|
|
COPY root/ /
|