Skip to content

Commit a3cfe5e

Browse files
committed
Fix docker compose command
1 parent 342253e commit a3cfe5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ update-tags:
3636
git push origin refs/tags/latest -f
3737

3838
test:
39-
BUILDKIT_PROGRESS=plain docker-compose -f ./docker/docker-compose.test.yml down
40-
BUILDKIT_PROGRESS=plain docker-compose -f ./docker/docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from=sut
39+
BUILDKIT_PROGRESS=plain docker compose -f ./docker/docker-compose.test.yml down
40+
BUILDKIT_PROGRESS=plain docker compose -f ./docker/docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from=sut

0 commit comments

Comments
 (0)