From 64a8a145b558f79cb6ef4bb538e3a96a22e4aacf Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Wed, 14 Aug 2024 14:34:56 -0400 Subject: [PATCH] [REFACTOR] [CONFIG] [DOCKER] docker-compose calls replaced by new "docker compose". - Command not found: docker-compose after docker 4.32.0 update: https://stackoverflow.com/a/78788716/6366150 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 76d37b6..54263d1 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ BRUTEFORCE :=$(shell echo '${BRUTEFORCE}'| tr '[:lower:]' '[:upper:]'| tr -d '[: # DOCKER BUILDKIT_PROGRESS=plain +DOCKER_COMPOSE=docker compose .MAIN: test .PHONY: all clean dependencies help list test