mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 20:49:31 +08:00
9 lines
116 B
Docker
9 lines
116 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="alexschomb"
|
|
|
|
# Add files from buildstage
|
|
COPY root/ /
|