From 1ff3a626cadde7be40302ff8023e151be7be1fd2 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Thu, 17 Oct 2024 14:18:33 -0400 Subject: [PATCH] Fixed `up.sh` script to not use `docker-compose` but `docker compose` --- devel/up.sh | 2 +- docs/tutorial/.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/up.sh b/devel/up.sh index fc898ce..27b7b0c 100755 --- a/devel/up.sh +++ b/devel/up.sh @@ -26,7 +26,7 @@ main() { prepare # Pass execution to docker compose - exec docker-compose up + exec docker compose up } prepare() { diff --git a/docs/tutorial/.gitignore b/docs/tutorial/.gitignore index 9f97022..eb5a316 100644 --- a/docs/tutorial/.gitignore +++ b/docs/tutorial/.gitignore @@ -1 +1 @@ -target/ \ No newline at end of file +target