mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 12:53:17 -04:00
9 lines
106 B
Docker
9 lines
106 B
Docker
# syntax=docker/dockerfile:1
|
|
|
|
FROM scratch
|
|
|
|
LABEL maintainer="capps1994"
|
|
|
|
# copy local files
|
|
COPY root/ /
|