We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f6940 commit f490f94Copy full SHA for f490f94
1 file changed
containers/api-proxy/Dockerfile
@@ -15,7 +15,7 @@ COPY package*.json ./
15
RUN npm ci --omit=dev
16
17
# Copy application files
18
-COPY server.js logging.js metrics.js rate-limiter.js token-tracker.js model-resolver.js ./
+COPY server.js logging.js metrics.js rate-limiter.js token-tracker.js model-resolver.js anthropic-cache.js ./
19
20
# Create non-root user
21
RUN addgroup -S apiproxy && adduser -S apiproxy -G apiproxy
0 commit comments