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

This commit is contained in:
2026-03-26 13:50:57 +03:00
parent 841e7ef852
commit 44cb25b0e1

View File

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