mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
d6cebcd102
remove docker dependency
11 lines
164 B
Docker
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"]
|