From 43f87b8dd18c62a7bfd08de292b4bb388d87a0c0 Mon Sep 17 00:00:00 2001 From: Adam Shannon Date: Fri, 2 Aug 2024 09:44:13 -0500 Subject: [PATCH] build: convert docker-compose to docker compose --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 70f53cb6..4cf88896 100644 --- a/makefile +++ b/makefile @@ -107,7 +107,7 @@ cover-web: go tool cover -html=cover.out clean-integration: - docker-compose kill && docker-compose rm -v -f + docker compose kill && docker compose rm -v -f # TODO: this test is working but due to a default timeout on the admin server we get an empty reply # for now this shouldn't hold up out CI pipeline