blob: f64b7378421a4bb17ed56a273d4150932f2015d9 [file] [log] [blame]
Nico Huber15edd772023-07-01 18:16:50 +00001FROM certbot/certbot
2
3COPY certbot/Dockerfile.entrypoint /certbot-entrypoint
4RUN chmod 544 /certbot-entrypoint
5
6ENTRYPOINT ["/bin/sh", "/certbot-entrypoint"]