barker/Makefile

6 lines
168 B
Makefile
Raw Permalink Normal View History

.PHONY: build-production
build-production: ## Build the production docker image.
@docker buildx build \
--tag barker:latest \
git@git.tanshu.com:tanshu/barker.git