From 2648675027e8ce8ff23f5be495760205d1df7ca4 Mon Sep 17 00:00:00 2001 From: fedy95 Date: Wed, 9 Jun 2021 20:05:29 +0300 Subject: [PATCH] add run cmd --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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