Make GOPROXY a build arg (proxy.golang.org is blocked on some networks)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
context: .
|
||||
args:
|
||||
VERSION: ${TEFTER_VERSION:-dev}
|
||||
GOPROXY: ${GOPROXY:-https://proxy.golang.org,direct}
|
||||
environment:
|
||||
TEFTER_DB: /data/tefter.db
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user