hippofish/dev/db-container/Makefile

6 lines
86 B
Makefile

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