AIClient-2-API/.dockerignore
hex2077 5f0cd6ad83 feat(docker): 添加Docker支持和部署指南
新增Dockerfile、.dockerignore和健康检查脚本,支持通过Docker部署服务。添加了详细的部署文档和自动化脚本,便于在不同环境下快速启动和配置服务。同时优化了系统提示词应用逻辑,移除了调试日志输出。
2025-07-30 19:46:12 +08:00

23 lines
No EOL
259 B
Text

node_modules
npm-debug.log
.git
.gitignore
README.md
README-EN.md
Dockerfile
.dockerignore
.nyc_output
coverage
.nyc_output
.coverage
.env
.env.local
.env.*.local
credentials.json
*.md
LICENSE
jest.config.js
babel.config.js
tests/
run-tests.js
test-summary.js