From 7831d88749e27af826d36c6cc9ccaf0aedab1d53 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Thu, 7 May 2026 19:25:40 -0400 Subject: [PATCH] Actualizar certbot/Dockerfile --- certbot/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index 389edb0..2d89aa4 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -3,9 +3,7 @@ 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