fix: clarify live split brain liveness

This commit is contained in:
Codex
2026-05-20 06:27:34 +00:00
parent d2eef85aad
commit d7c043ad5c
5 changed files with 416 additions and 49 deletions
@@ -55,6 +55,9 @@ COPY package.json /app/package.json
COPY bun.lock /app/bun.lock
RUN bun install
COPY src/components/shared /app/src/components/shared
COPY src/components/frontend/package.json /app/src/components/frontend/package.json
WORKDIR /app/src/components/frontend
RUN test -d node_modules/react || bun install
WORKDIR /app/src/components/microservices/code-queue
COPY src/components/microservices/code-queue/tsconfig.json ./tsconfig.json
COPY src/components/microservices/code-queue/src ./src