Update Makefile

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2025-07-14 15:51:30 +02:00
parent 628c6fe906
commit 840c6fa5b5
2 changed files with 10 additions and 6 deletions

View File

@@ -44,6 +44,10 @@ start:
start-at:
$(DOCKER_COMPOSE_COMMAND) up
.PHONY: no-start
no-start:
$(DOCKER_COMPOSE_COMMAND) up --no-start
.PHONY: check
check:
$(DOCKER_COMPOSE_COMMAND) config