@@ -0,0 +1,12 @@
COMPOSE ?= docker compose
.PHONY: build up down
build:
$(COMPOSE) build
up:
$(COMPOSE) up -d
down:
$(COMPOSE) down
The note is not visible to the blocked user.