Skip to content

Commit 64a8a14

Browse files
author
Gonzalo Diaz
committed
[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
1 parent 9130961 commit 64a8a14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ BRUTEFORCE :=$(shell echo '${BRUTEFORCE}'| tr '[:lower:]' '[:upper:]'| tr -d '[:
2323

2424
# DOCKER
2525
BUILDKIT_PROGRESS=plain
26+
DOCKER_COMPOSE=docker compose
2627

2728
.MAIN: test
2829
.PHONY: all clean dependencies help list test

0 commit comments

Comments
 (0)