mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
13 lines
187 B
Docker
13 lines
187 B
Docker
FROM ldez/traefik-certs-dumper
|
|
|
|
ENV TZ Etc/UTC
|
|
|
|
RUN apk --no-cache add inotify-tools util-linux bash tzdata
|
|
|
|
COPY run.sh /
|
|
|
|
VOLUME ["/traefik"]
|
|
VOLUME ["/output"]
|
|
|
|
ENTRYPOINT ["/run.sh"]
|