mirror of
https://github.com/7836246/cursor2api.git
synced 2026-09-03 07:20:02 +08:00
- 采用最新的 Node.js 22 LTS (Alpine) 作为底座。 - 引入二阶段构建 (Builder/Runner),隔离源码与产物,极致缩小最终镜像体积。 - 采用非 root (cursor UID=1001) 用户权限组执行程序,保证生产环境安全性。 - 提供了配套的 .dockerignore 和 docker-compose.yml 服务编排文件,支持传参 SOCKS 代理等。
17 lines
178 B
Plaintext
17 lines
178 B
Plaintext
node_modules
|
|
dist
|
|
.vscode
|
|
.claude
|
|
.idea
|
|
.git
|
|
.gitignore
|
|
*.log
|
|
http.log
|
|
npm-debug.log
|
|
.DS_Store
|
|
|
|
# 构建中间产物和测试文件
|
|
deploy.sh
|
|
cursor2api_deployment.zip
|
|
test*.txt
|