From 9e7d7911253bb59ab8cb8e5a69ef9e2e00622e81 Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Sat, 24 Oct 2020 00:24:20 +0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 223312c88..32d528e75 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -239,7 +239,7 @@ docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t appwrite/ To run tests manually, use the Appwrite Docker CLI from your terminal: ```bash -docker exec appwrite test +docker-compose exec appwrite test ``` ## Code Maintenance