diff --git a/Dockerfile b/Dockerfile index ebc06a4..fb6c09b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ 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 /etc/cron.daily/certbot-new.sh +RUN chmod +x /cron.sh /haraka.sh /etc/cron.daily/certbot-renew.sh # Install and Haraka and it's plugins USER node