This commit is contained in:
hailin 2025-07-21 19:28:50 +08:00
parent 7b86bc2316
commit 5f32075c75
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ fi
# 4. 构建镜像
echo "🔧 开始构建镜像:$IMAGE_NAME"
if [ -n "$PROXY" ]; then
docker build \
docker build --no-cache \
--build-arg http_proxy="$PROXY" \
--build-arg https_proxy="$PROXY" \
--network=host \