hippofish/dev/db-container/Makefile

7 lines
86 B
Makefile
Raw Normal View History

.PHONY: init up down
init: down up
up:
$(COMPOSE) up --detach
down:
$(COMPOSE) down