Files
cameleer-saas/docker/cameleer-logto
hsiegeln bfb26d9aa5
All checks were successful
CI / build (push) Successful in 1m12s
CI / docker (push) Successful in 17s
fix: guard logto entrypoint kill with || true to prevent set -e exit
When the background Logto process exits during bootstrap, `kill $LOGTO_PID`
returns non-zero. Under `set -e`, this terminates the entrypoint before
reaching the production-mode restart, causing the container to error on
first startup and only recover via restart policy.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 19:12:22 +02:00
..