We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0032a91 commit 07c3453Copy full SHA for 07c3453
.gitignore
@@ -29,7 +29,7 @@ temp/
29
30
WeKnora
31
/models/
32
-services/docreader/src/proto/__pycache__
+**/__pycache__
33
test/data/mswag.txt
34
data/files/
35
scripts/start_all.sh
@@ -342,7 +342,7 @@ start_docker() {
342
else
343
# 拉取最新镜像
344
log_info "拉取最新镜像..."
345
- 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
346
fi
347
if [ $? -ne 0 ]; then
348
log_error "Docker容器启动失败"
0 commit comments