build: pass module proxy to docker builder
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user