deploy_bubble_using_docker
deploy_bubble_using_docker copied to clipboard
在使用docker-compose up运行时遇到go-gin下载失败的情况
go: github.com/gin-gonic/[email protected]: Get "https://proxy.golang.org/github.com/gin-gonic/gin/@v/v1.5.0.mod": dial tcp 216.58. 200.241:443: i/o timeout ERROR: Service 'bubble_app' failed to build: The command '/bin/sh -c go mod download' returned a non-zero code: 1
可以设置下GOPROXY=https://goproxy.cn,direct
resolved by update Dockerfile