We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39b4f48 + d93d1db commit 2145185Copy full SHA for 2145185
Makefile
@@ -27,6 +27,7 @@ NPM_UPDATABLE_MODULES = $(shell npm outdated | cut -d' ' -f 1 | sed '1d' | xargs
27
# DOCKER
28
BUILDKIT_PROGRESS=plain
29
DOCKER_BUILDKIT=1
30
+DOCKER_COMPOSE=docker compose
31
32
.MAIN: test
33
.PHONY: all clean dependencies help list test outdated
0 commit comments