chore: 移除Docker构建参数并更新.gitignore规则

This commit is contained in:
begoniezhao
2025-11-07 10:42:42 +08:00
parent 0032a9185c
commit 07c3453e1a
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -29,7 +29,7 @@ temp/
WeKnora
/models/
services/docreader/src/proto/__pycache__
**/__pycache__
test/data/mswag.txt
data/files/

View File

@@ -342,7 +342,7 @@ start_docker() {
else
# 拉取最新镜像
log_info "拉取最新镜像..."
PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --build --pull always -d
PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --pull always -d
fi
if [ $? -ne 0 ]; then
log_error "Docker容器启动失败"