From 41371f55797930712914d4b18cadddad387bbf0b Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Tue, 10 Jun 2025 13:49:40 +0000 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68f396e..f04ef59 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: docker compose up -d rebuild: - docker compose up --build + docker compose up --build # Launch the container run: