Skip to content

Commit f490f94

Browse files
authored
fix(api-proxy): add anthropic-cache.js to Dockerfile COPY so container starts correctly
1 parent 13f6940 commit f490f94

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
@@ -15,7 +15,7 @@ COPY package*.json ./
1515
RUN npm ci --omit=dev
1616

1717
# Copy application files
18-
COPY server.js logging.js metrics.js rate-limiter.js token-tracker.js model-resolver.js ./
18+
COPY server.js logging.js metrics.js rate-limiter.js token-tracker.js model-resolver.js anthropic-cache.js ./
1919

2020
# Create non-root user
2121
RUN addgroup -S apiproxy && adduser -S apiproxy -G apiproxy

0 commit comments

Comments
 (0)