1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-13 13:28:30 +02:00
2021-11-17 20:00:04 +00:00

17 lines
253 B
Docker

FROM ldez/traefik-certs-dumper
ARG VERSION
ENV TZ Etc/UTC
LABEL version=$VERSION
RUN echo $VERSION >> /version
RUN apk --no-cache add inotify-tools util-linux bash tzdata
COPY run.sh /
VOLUME ["/traefik"]
VOLUME ["/output"]
ENTRYPOINT ["/run.sh"]