kakawa/Makefile

7 lines
249 B
Makefile
Raw Normal View History

.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