mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
- Reverted to single-stage build - Removed dependency on deprecated Ubuntu 16.04 (per #371)
8 lines
114 B
Docker
8 lines
114 B
Docker
## Single layer deployed image ##
|
|
FROM scratch
|
|
|
|
LABEL maintainer="TheCaptain989"
|
|
|
|
# Copy local files
|
|
COPY root/ /
|