Skip to content

Commit 07c3453

Browse files
committed
chore: 移除Docker构建参数并更新.gitignore规则
1 parent 0032a91 commit 07c3453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ temp/
2929

3030
WeKnora
3131
/models/
32-
services/docreader/src/proto/__pycache__
32+
**/__pycache__
3333
test/data/mswag.txt
3434
data/files/
3535

scripts/start_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ start_docker() {
342342
else
343343
# 拉取最新镜像
344344
log_info "拉取最新镜像..."
345-
PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --build --pull always -d
345+
PLATFORM=$PLATFORM "$DOCKER_COMPOSE_BIN" $DOCKER_COMPOSE_SUBCMD up --pull always -d
346346
fi
347347
if [ $? -ne 0 ]; then
348348
log_error "Docker容器启动失败"

0 commit comments

Comments
 (0)