mirror of
https://github.com/Tencent/WeKnora.git
synced 2025-11-25 19:37:45 +08:00
chore: 移除Docker构建参数并更新.gitignore规则
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -29,7 +29,7 @@ temp/
|
|||||||
|
|
||||||
WeKnora
|
WeKnora
|
||||||
/models/
|
/models/
|
||||||
services/docreader/src/proto/__pycache__
|
**/__pycache__
|
||||||
test/data/mswag.txt
|
test/data/mswag.txt
|
||||||
data/files/
|
data/files/
|
||||||
|
|
||||||
|
|||||||
@@ -342,7 +342,7 @@ start_docker() {
|
|||||||
else
|
else
|
||||||
# 拉取最新镜像
|
# 拉取最新镜像
|
||||||
log_info "拉取最新镜像..."
|
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
|
fi
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
log_error "Docker容器启动失败"
|
log_error "Docker容器启动失败"
|
||||||
|
|||||||
Reference in New Issue
Block a user