fix: allow native service proxy long requests

This commit is contained in:
Codex
2026-05-16 16:09:59 +00:00
parent d77a0e129a
commit daf0b6d315
2 changed files with 2 additions and 2 deletions
@@ -48,6 +48,7 @@ COPY src/components/microservices/code-queue/package.json ./package.json
RUN test -d node_modules/typescript || bun install
WORKDIR /app
COPY package.json /app/package.json
COPY bun.lock /app/bun.lock
RUN bun install
COPY src/components/shared /app/src/components/shared
WORKDIR /app/src/components/microservices/code-queue