mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-16 21:33:15 -04: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/ /
|