.PHONY: build-production build-production: ## Build the production docker image. @docker buildx build \ --network=host \ --tag kakawa:latest \ $(shell grep -v '^#' .env.local | sed 's/^/--build-arg /') \ git@git.tanshu.com:tanshu/kakawa.git