Move renewal function to its own file

This commit is contained in:
2024-05-30 19:26:57 +00:00
committed by MrMeeb
parent da87dcc8e3
commit 2b961950f8
3 changed files with 29 additions and 30 deletions

View File

@ -71,9 +71,7 @@ RUN apk add --no-cache --virtual .deps gcc python3-dev libc-dev libffi-dev && \
COPY root /
RUN chmod +x /container-init.sh && \
chmod +x /certbot-prepare.sh && \
chmod +x /check-one-shot.sh && \
RUN chmod +x /container-init.sh /certbot-prepare.sh /check-one-shot.sh /renew-function.sh && \
chown -R ${PUID}:${PGID} /app /config
ENTRYPOINT [ "/init" ]