Skip to content

Instantly share code, notes, and snippets.

@jincod
Created February 6, 2020 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jincod/1cd94b1b90123da88d7abbd14202ac4d to your computer and use it in GitHub Desktop.
Save jincod/1cd94b1b90123da88d7abbd14202ac4d to your computer and use it in GitHub Desktop.
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
build: ## Buids docker compose file in this directory
docker-compose -f docker-compose.yml build $(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment