Files
docker-mods-uptime-kuma-tim…/Dockerfile
T
2020-10-04 23:48:49 +02:00

18 lines
353 B
Docker

FROM lsiobase/nginx:3.12 as buildstage
RUN \
apk add --no-cache \
git && \
mkdir -p /root-layer/geoip2influx && \
git clone https://github.com/gilbN/geoip2influx.git /root-layer/geoip2influx
COPY root/ /root-layer/
# runtime stage
FROM scratch
LABEL maintainer="GilbN"
# Add files from buildstage
COPY --from=buildstage /root-layer/ /