build: pass module proxy to docker builder

This commit is contained in:
dela
2026-05-24 21:40:23 +08:00
parent 542eeefdbd
commit 6f4e7f04cc
6 changed files with 34 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ APP_ENV=production
# ---- Binance ----
BINANCE_BASE_URL=https://fapi.binance.com
# ---- Go module build ----
# 国内构建推荐 goproxy.cn海外可改为 https://proxy.golang.org,direct
GOPROXY=https://goproxy.cn,direct
# ---- 国内网络代理(如不需要可留空)----
# 例如 http://host.docker.internal:7890
HTTP_PROXY=