From ca54fa6ae2c51c4ad8acf6b11d3b11e0d1843449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20VALENTIN?= Date: Tue, 6 Feb 2024 00:14:32 +0100 Subject: [PATCH] ci: clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f683de9e..646ee84d 100755 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ debug: init enable_debug up bootstrap down ## Start all external ressource necessary to debug (MQTT, InfluxDB,...) up: - docker compose -f dev/docker-compose.dev.yaml start + cd dev; docker compose up --force-recreate --detach; cd - ## Stop all external ressource necessary to debug (MQTT, InfluxDB,...) down: