# Build the docker image locally, using twinit to access to module proxy
twinitbuild:
	twinit enable && docker build --build-arg HTTPS_PROXY=host.docker.internal:12345 .
