优化Docker配置:更新.dockerignore文件,排除docs目录

This commit is contained in:
2026-01-27 16:12:08 +08:00
parent 35f36c3f97
commit e12d912a6c

View File

@@ -5,7 +5,7 @@ node_modules
data data
output output
scripts scripts
docs # docs
*.md *.md
docker-compose.yml docker-compose.yml
Dockerfile Dockerfile