From a3e2e3bfe36e1716f4d7516e21bfa66bcd21e8cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Sat, 6 Dec 2025 22:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/build-and-push-nginx.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/nginx/build-and-push-nginx.sh b/docker/nginx/build-and-push-nginx.sh index fa4dd21..66df88f 100755 --- a/docker/nginx/build-and-push-nginx.sh +++ b/docker/nginx/build-and-push-nginx.sh @@ -50,7 +50,6 @@ cd "${PROJECT_ROOT}" echo "" echo "开始构建镜像..." docker buildx build \ - --no-cache \ --platform ${PLATFORM} \ -t ${FULL_IMAGE_NAME} \ -f docker/nginx/${DOCKERFILE} \