问题:Dockerfile 中的 test stage 放在最后,导致 docker build 默认使用 test stage 而不是 production stage。容器启动时运行 npm test 而不是 node dist/src/main.js。 修复:删除 test stage,只保留 builder 和 production stages。 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api-gateway | ||
| mpc-system | ||
| services | ||