From 2cf9efec57f5aff05bb56216b791b959fefb9c7a Mon Sep 17 00:00:00 2001 From: chermack <505360893@qq.com> Date: Sun, 16 Aug 2026 14:32:16 +0800 Subject: [PATCH] build(docker): use mirrors for local builds Assisted-by: Codex:GPT-5 --- contrib/roncarve/compose.local.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/roncarve/compose.local.yaml b/contrib/roncarve/compose.local.yaml index 481956e..b0206eb 100644 --- a/contrib/roncarve/compose.local.yaml +++ b/contrib/roncarve/compose.local.yaml @@ -3,6 +3,10 @@ services: build: context: ../.. dockerfile: Dockerfile + args: + ALPINE_MIRROR: https://mirrors.aliyun.com/alpine + GOPROXY: https://goproxy.cn,direct + NPM_REGISTRY: https://registry.npmmirror.com image: roncarve/gita:1.27.2-local container_name: roncarve-gita-local restart: unless-stopped