@ -28,6 +28,14 @@ up:
$(DOCKER_COMPOSE) up --build -d
@$(MAKE) wait
up-nobuild:
@if [ ! -f $(ENV_FILE) ]; then \
echo "[⚙] Generating .env from example..."; \
cp $(ENV_EXAMPLE) $(ENV_FILE); \
fi
$(DOCKER_COMPOSE) up -d
down:
$(DOCKER_COMPOSE) down
The note is not visible to the blocked user.