From 3210ab989733c7ab6f47f2d6976e02804b8aa78e Mon Sep 17 00:00:00 2001 From: Eguzki Astiz Lezaun Date: Thu, 21 Mar 2024 18:05:25 +0100 Subject: [PATCH] use docker compose instead of docker-compose --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7808041a..5362a265 100644 --- a/Makefile +++ b/Makefile @@ -61,10 +61,10 @@ $(WASM_RELEASE_PATH): $(RUST_SOURCES) make -C $(PROJECT_PATH) -f $(MKFILE_PATH) build development: $(WASM_RELEASE_PATH) - docker-compose up + docker compose up stop-development: - docker-compose down + docker compose down # get-protoc will download zip from $2 and install it to $1. define get-protoc