fix code queue agent git proxy handling

This commit is contained in:
Codex
2026-05-16 15:23:46 +00:00
parent 42798b63bb
commit 8039674e12
5 changed files with 52 additions and 8 deletions
@@ -45,7 +45,7 @@ RUN (command -v codex >/dev/null 2>&1 && command -v opencode >/dev/null 2>&1 &&
WORKDIR /app/src/components/microservices/code-queue
COPY src/components/microservices/code-queue/package.json ./package.json
RUN test -d node_modules/postgres || bun install --production
RUN test -d node_modules/typescript || bun install
COPY src/components/shared /app/src/components/shared
COPY src/components/microservices/code-queue/tsconfig.json ./tsconfig.json
COPY src/components/microservices/code-queue/src ./src