You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/optional/traefik-certdumper/Dockerfile

11 lines
164 B
Docker

FROM ldez/traefik-certs-dumper
RUN apk --no-cache add inotify-tools util-linux bash
COPY run.sh /
VOLUME ["/traefik"]
VOLUME ["/output"]
ENTRYPOINT ["/run.sh"]