Skip to content

Commit 2145185

Browse files
authored
Merge pull request #502 from sir-gon/develop
[REFACTOR] [CONFIG] [DOCKER] docker-compose calls replaced by new "do…
2 parents 39b4f48 + d93d1db commit 2145185

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
@@ -27,6 +27,7 @@ NPM_UPDATABLE_MODULES = $(shell npm outdated | cut -d' ' -f 1 | sed '1d' | xargs
2727
# DOCKER
2828
BUILDKIT_PROGRESS=plain
2929
DOCKER_BUILDKIT=1
30+
DOCKER_COMPOSE=docker compose
3031

3132
.MAIN: test
3233
.PHONY: all clean dependencies help list test outdated

0 commit comments

Comments
 (0)