Skip to content

Commit 1b1fe74

Browse files
authored
Update docker-compose command to use 'docker compose'
1 parent 59534c2 commit 1b1fe74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mvn-docker-build:
2121
#TODO: add --abort-on-container-exit to docker-compose once itests can be made not to flap see issue #21
2222
integration-test:
2323
@-echo git_api_token=${ITEST_GH_TOKEN} > $(CURDIR)/itest.env
24-
user_itest_secrets_file_secret=$(CURDIR)/itest.env docker-compose up
24+
user_itest_secrets_file_secret=$(CURDIR)/itest.env docker compose up
2525
rm itest.env
2626

2727
get-main-project-dirs:

0 commit comments

Comments
 (0)