fix: 修改可见范围

This commit is contained in:
Tim
2025-10-23 17:54:03 +08:00
parent d33bd233af
commit bdcc1488b9
3 changed files with 37 additions and 27 deletions

View File

@@ -36,7 +36,6 @@ echo "👉 Pull base images (for image-based services)..."
docker compose -f "$compose_file" --env-file "$env_file" pull --ignore-pull-failures
echo "👉 Build images (staging)..."
# 前端 + OpenSearch 都是自建镜像;--pull 更新其基础镜像
docker compose -f "$compose_file" --env-file "$env_file" \
build --pull \
--build-arg NUXT_ENV=staging \