Files
docker-mods-uptime-kuma-tim…/Dockerfile
T
aptalca d21ef276da Use scratch
Signed-off-by: aptalca <541623+aptalca@users.noreply.github.com>
2024-04-18 21:09:58 -04:00

15 lines
326 B
Docker

# syntax=docker/dockerfile:1
FROM scratch as buildstage
ADD https://raw.githubusercontent.com/gilbN/geoip2influx/master/geoip2influx.py /root-layer/geoip2influx/geoip2influx.py
COPY root/ /root-layer/
# runtime stage
FROM scratch
LABEL maintainer="GilbN"
# Add files from buildstage
COPY --from=buildstage /root-layer/ /