Some checks failed
Docker / docker (push) Has been cancelled
多阶段 Dockerfile、Compose、/health 探活与 JIANG13_* 环境变量; entrypoint 自动修正 /data 卷权限,适配 1Panel 等平台;更新 README 部署文档。 Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
319 B
Plaintext
26 lines
319 B
Plaintext
# Git 与编辑器
|
|
.git
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
|
|
# 运行时数据与本地配置
|
|
data/
|
|
app.ini
|
|
tmp-cookie.txt
|
|
|
|
# 编译产物与前端缓存
|
|
dist/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
embed_static/static/spa/
|
|
node_modules/
|
|
.vite/
|
|
|
|
# 文档与截图(不参与镜像构建)
|
|
docs/
|
|
|
|
# 计划文件
|
|
*.plan.md
|