Actualizar certbot/Dockerfile

personalización 1
This commit is contained in:
2026-05-07 19:23:43 -04:00
parent 69cf72ca9b
commit f903333aee

View File

@@ -3,7 +3,9 @@ FROM certbot/certbot
RUN apk add --no-cache bash RUN apk add --no-cache bash
COPY certbot.sh /opt/ COPY certbot.sh /opt/
RUN chmod +x /opt/certbot.sh RUN chmod +x /opt/certbot.sh
COPY nvo_dominio.sh /opt/
RUN chmod +x /opt/nvo_dominio.sh
ENTRYPOINT ["/opt/certbot.sh"] ENTRYPOINT ["/opt/certbot.sh"]