blob: f64b7378421a4bb17ed56a273d4150932f2015d9 [file] [log] [blame]
FROM certbot/certbot
COPY certbot/Dockerfile.entrypoint /certbot-entrypoint
RUN chmod 544 /certbot-entrypoint
ENTRYPOINT ["/bin/sh", "/certbot-entrypoint"]