mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-17 13:52:56 -04:00
3d27286980
- 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/ /
|