使用缓存

This commit is contained in:
孙小云 2025-12-06 22:09:57 +08:00
parent b31a07d1fb
commit a3e2e3bfe3
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ cd "${PROJECT_ROOT}"
echo ""
echo "开始构建镜像..."
docker buildx build \
--no-cache \
--platform ${PLATFORM} \
-t ${FULL_IMAGE_NAME} \
-f docker/nginx/${DOCKERFILE} \