docs: 更新部署文档和配置,支持预构建镜像和本地构建两种方式

This commit is contained in:
fawney19
2025-12-11 18:16:19 +08:00
parent 7de1926fc8
commit 3b8a55adea
5 changed files with 234 additions and 15 deletions

View File

@@ -11,9 +11,9 @@ cd "$(dirname "$0")"
# 兼容 docker-compose 和 docker compose
if command -v docker-compose &> /dev/null; then
DC="docker-compose"
DC="docker-compose -f docker-compose.build.yml"
else
DC="docker compose"
DC="docker compose -f docker-compose.build.yml"
fi
# 缓存文件