๐Ÿ“ฆ darrachequesne / node-devportal

๐Ÿ“„ Makefile ยท 7 lines
1
2
3
4
5
6
7
help: ## print this message
	@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-10s\033[0m %s\n", $$1, $$2}'

build: ## build image
	docker build --tag darrachequesne/node-devportal .