# Build the docker image locally, using tgoproxy to access to module proxy
build:
	tgoproxy enable && docker build --build-arg GOPROXY=http://host.docker.internal:8123 .
