kakawa/Makefile
Amritanshu 1523b58d6f Footer should be fixed on mobile
The festival should now display the right part of the image on desktop and mobile.
Makefile superfluous entried removed.
2024-10-13 10:10:54 +05:30

7 lines
249 B
Makefile

.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