Files
sprpcb/certbot/Dockerfile
2026-05-07 19:23:43 -04:00

11 lines
200 B
Docker

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"]