1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-05 13:05:02 +02:00

11 lines
171 B
Docker

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