mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-01-19 11:51:56 +08:00
- Make sure that linuxserver is the endpoint - Restore BuildImage.yml env vars that are labeled "don't modify" to the original values
9 lines
107 B
Docker
9 lines
107 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="somewatson"
|
|
|
|
# copy local files
|
|
COPY root/ /
|