mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 03:15:00 +08:00
chore: 移除Docker构建参数并更新.gitignore规则
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -29,7 +29,7 @@ temp/
|
||||
|
||||
WeKnora
|
||||
/models/
|
||||
services/docreader/src/proto/__pycache__
|
||||
**/__pycache__
|
||||
test/data/mswag.txt
|
||||
data/files/
|
||||
|
||||
|
||||
@@ -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容器启动失败"
|
||||
|
||||
Reference in New Issue
Block a user