Browse Source

add run cmd

master
fedy95 4 years ago
parent
commit
2648675027
  1. 4
      Makefile

4
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