build: update GOPROXY to proxy.golang.org in Dockerfile and docker-compose build arguments.

This commit is contained in:
2026-02-03 08:15:41 +08:00
parent fcbdd8de39
commit f8c3cd9a5b
2 changed files with 3 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ services:
build:
context: .
dockerfile: Dockerfile
args:
- GOPROXY=https://proxy.golang.org,direct
image: codex-pool:latest
container_name: codex-pool
restart: unless-stopped