From 70afc24ff7957f00ac1b1c182d4aae027a9de586 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 14 Dec 2025 17:18:25 +0100 Subject: [PATCH] start target fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1b1bcf..e6c3552 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ dev: $(call docker_compose,up $(DEV_SERVICES)) start: - $(call docker_compose,up -d --force-recreate $(DEV_SERVICES)) + $(call docker_compose,up -d --force-recreate) stop: $(call docker_compose,down --remove-orphans)