From f903333aee7fc921545e83a8a25b3e2aba81385e Mon Sep 17 00:00:00 2001 From: sysadmin Date: Thu, 7 May 2026 19:23:43 -0400 Subject: [PATCH] Actualizar certbot/Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit personalización 1 --- certbot/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 2d89aa4..389edb0 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -3,7 +3,9 @@ FROM certbot/certbot RUN apk add --no-cache bash COPY certbot.sh /opt/ - RUN chmod +x /opt/certbot.sh +COPY nvo_dominio.sh /opt/ +RUN chmod +x /opt/nvo_dominio.sh + ENTRYPOINT ["/opt/certbot.sh"] \ No newline at end of file