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.
1 parent e4a56b9 commit 634aee9Copy full SHA for 634aee9
scripts/testApp.sh
@@ -5,7 +5,7 @@ set -euxo pipefail
5
6
# Start Pact Broker
7
cd ..
8
-docker-compose -f "pact-broker/docker-compose.yml" up -d --build
+docker compose -f "pact-broker/docker-compose.yml" up -d --build
9
10
## Build the inventory service
11
# package - Take the compiled code and package it in its distributable format.
@@ -42,7 +42,7 @@ mvn -ntp failsafe:integration-test liberty:stop
42
43
## Remove the pact-broker application
44
cd ../..
45
-docker-compose -f "pact-broker/docker-compose.yml" down
+docker compose -f "pact-broker/docker-compose.yml" down
46
docker rmi postgres:16.2
47
docker rmi pactfoundation/pact-broker:latest
48
docker volume rm pact-broker_postgres-volume
0 commit comments