add entrypoint
All checks were successful
Build docker image and push to registry.bitdeals.org / main-build-job (push) Successful in 34s

This commit is contained in:
2026-03-26 12:13:51 +03:00
parent a283109207
commit a93ca1d7a6
2 changed files with 2 additions and 1 deletions

View File

@@ -12,3 +12,5 @@ RUN chmod 755 /opt/scripts/*.sh
# Expose port 380
EXPOSE 380
ENTRYPOINT ["sh", "-c", "'trap exit TERM; while :; do /opt/scripts/1-renew-cert.sh ; sleep 12h & wait $${!}; done;'"]