You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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"]
|