From 58f8b882e9317e5d435235d386d84d23500d755e Mon Sep 17 00:00:00 2001 From: Carlos Mogas da Silva Date: Wed, 16 May 2018 11:55:09 +0100 Subject: [PATCH] ooops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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