diff --git a/CLAUDE.md b/CLAUDE.md index 79f18a6..010848b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -346,7 +346,7 @@ PostgreSQL (Flyway): `src/main/resources/db/migration/` # GitNexus — Code Intelligence -This project is indexed by GitNexus as **cameleer-saas** (2472 symbols, 5338 relationships, 207 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. +This project is indexed by GitNexus as **cameleer-saas** (2468 symbols, 5458 relationships, 207 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely. > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first. diff --git a/docker/cameleer-logto/logto-entrypoint.sh b/docker/cameleer-logto/logto-entrypoint.sh index bf02b58..98ece84 100644 --- a/docker/cameleer-logto/logto-entrypoint.sh +++ b/docker/cameleer-logto/logto-entrypoint.sh @@ -55,7 +55,7 @@ fi # Restart Logto with real public endpoints echo "[entrypoint] Bootstrap done. Restarting Logto with public endpoints..." -kill $LOGTO_PID 2>/dev/null +kill $LOGTO_PID 2>/dev/null || true wait $LOGTO_PID 2>/dev/null || true export ENDPOINT="$REAL_ENDPOINT"