mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-21 04:43:29 +08:00
9 lines
109 B
Docker
9 lines
109 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="howardt12345"
|
|
|
|
# copy local files
|
|
COPY root/ /
|