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