diff --git a/Makefile b/Makefile index 32411ca..9c85dc7 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,8 @@ lint-yaml: docker pull ${REGISTRY}/${YAMLLINT_TAG} $(LINT-YAML-CMD) docker-compose.yml +run: + docker-compose down + docker-compose up -d --build + .DEFAULT_GOAL := lint-yaml