Add static and minify to zs Docker build image for convenience

This commit is contained in:
James Mills 2023-03-16 18:58:10 +10:00
parent badeb140f2
commit 6ae9682132
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ preflight: ## Run preflight checks to ensure you have the right build tools
@./preflight.sh
deps: ## Install any required dependencies
@$(GOCMD) install github.com/tdewolff/minify/v2/cmd/minify@latest
@$(GOCMD) install git.mills.io/prologic/static@latest
dev : DEBUG=1
dev : build ## Build debug version of zs (cli)