Move renewal function to its own file
All checks were successful
Test Pull Request / Build Image (pull_request) Successful in 4m27s
Test Pull Request / Notify (pull_request) Successful in 2s

This commit is contained in:
2024-05-30 19:26:57 +00:00
parent 074c152b1e
commit 222b8f86a4
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" ]