6 lines
168 B
Makefile
6 lines
168 B
Makefile
.PHONY: build-production
|
|
build-production: ## Build the production docker image.
|
|
@docker buildx build \
|
|
--tag barker:latest \
|
|
git@git.tanshu.com:tanshu/barker.git
|