chore: 更新项目配置文件

- 更新 Docker 配置和构建脚本
- 优化项目文档和部署脚本

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
shaw
2025-08-04 10:32:22 +08:00
parent 2ceac331dd
commit 52718ef608
5 changed files with 54 additions and 63 deletions

View File

@@ -55,12 +55,15 @@ coverage/
.nyc_output/
# Build files
dist/
# dist/ # 前端构建阶段需要复制源文件,所以不能忽略
build/
*.pid
*.seed
*.pid.lock
# 但可以忽略本地已构建的 dist 目录
web/admin-spa/dist/
# CI/CD
.travis.yml
.gitlab-ci.yml