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

16 lines
252 B
Docker
Raw Normal View History

FROM ldez/traefik-certs-dumper
ARG VERSION
2021-11-04 14:22:12 +01:00
ENV TZ Etc/UTC
LABEL version=$VERSION
2021-11-02 11:19:42 +01:00
RUN apk --no-cache add inotify-tools util-linux bash tzdata
COPY run.sh /
2018-12-30 16:55:18 +02:00
VOLUME ["/traefik"]
VOLUME ["/output"]
ENTRYPOINT ["/run.sh"]
RUN echo $VERSION >> /version