Skip to content

Commit 6fc93a2

Browse files
lpcoxCopilot
andcommitted
fix: add http-client.js and body-handler.js to Dockerfile COPY
These new modules were split from proxy-request.js but not added to the Dockerfile COPY directive, causing 'Cannot find module ./http-client' at container startup. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c4b2d71 commit 6fc93a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/api-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY server.js logging.js metrics.js rate-limiter.js \
2020
token-tracker-http.js token-tracker-ws.js \
2121
model-resolver.js model-utils.js model-body-rewriter.js proxy-utils.js adapter-factory.js anthropic-transforms.js \
2222
model-config.js key-validation.js server-factory.js startup.js \
23-
proxy-request.js model-discovery.js management.js oidc-token-provider.js \
23+
proxy-request.js http-client.js body-handler.js model-discovery.js management.js oidc-token-provider.js \
2424
oidc-token-provider-base.js \
2525
github-oidc.js aws-oidc-token-provider.js gcp-oidc-token-provider.js \
2626
anthropic-oidc-token-provider.js \

0 commit comments

Comments
 (0)