Commit 49c56fc
fix: copy new modules in api-proxy Dockerfile
The server.js was updated to require('./logging'), require('./metrics'),
and require('./rate-limiter'), but the Dockerfile only copied server.js.
This caused the api-proxy container to crash on startup.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c2bb003 commit 49c56fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments