Changed the links to shop.mozimo.in
This commit is contained in:
11
Makefile
11
Makefile
@ -1,7 +1,12 @@
|
||||
.PHONY: build-production
|
||||
build-production: ## Build the production docker image.
|
||||
@docker buildx build \
|
||||
--network=host \
|
||||
--tag kakawa:latest \
|
||||
--platform linux/amd64,linux/arm64/v8 \
|
||||
--allow security.insecure \
|
||||
--allow network.host \
|
||||
--network=host \
|
||||
--tag registry.tanshu.com/kakawa:latest \
|
||||
$(if $(TAG),--tag registry.tanshu.com/kakawa:$(TAG)) \
|
||||
--push \
|
||||
$(shell grep -v '^#' .env.local | sed 's/^/--build-arg /') \
|
||||
git@git.tanshu.com:tanshu/kakawa.git
|
||||
git@git.tanshu.com:tanshu/kakawa.git
|
||||
|
||||
Reference in New Issue
Block a user