1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/Makefile
2020-10-19 13:45:17 +03:00

9 lines
300 B
Makefile

.PHONY: console
console: ## Run container and switch to terminal
docker-compose run --rm --service-ports node bash
.PHONY: help
help: ## Help information
@cat $(MAKEFILE_LIST) | grep -e "^[a-zA-Z_\-]*: *.*## *" | awk '\
BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'