From fd95a16d058a5859898940120064aba7e0eadc7c Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 12 Feb 2021 12:19:34 +1100 Subject: [PATCH] Remove new.sh, no longer used --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0076dd5..d02ab15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN curl -sL https://github.com/go-acme/lego/releases/download/v4.2.0/lego_v4.2. EXPOSE 80 443 -COPY new.sh ssl.sh /usr/local/sbin/ +COPY ssl.sh /usr/local/sbin/ LABEL cron.container.weekly root#/usr/local/sbin/ssl.sh lego renew # Expose our web root and log directories log.