master
Carlos Mogas da Silva 6 роки тому
джерело 984d237ff2
коміт 60391806f6
  1. 3
      Dockerfile
  2. 3
      certbot-renew.sh

@ -19,8 +19,9 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
COPY cron.sh /cron.sh
COPY haraka.sh /haraka.sh
COPY supervisord.conf /etc/supervisor/supervisord.conf
COPY certbot-renew.sh /etc/cron.daily/certbot-renew.sh
RUN chmod +x /cron.sh /haraka.sh
RUN chmod +x /cron.sh /haraka.sh /etc/cron.daily/certbot-new.sh
# Install and Haraka and it's plugins
USER node

@ -0,0 +1,3 @@
#!/bin/bash
certbot renew
Завантаження…
Відмінити
Зберегти