Skip to content

Commit 5d277c0

Browse files
author
ADOT Patch workflow
committed
docker compose related minor fix
1 parent 375632d commit 5d277c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/set-up-contract-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install mock_collector-1.0.0-py3-none-any.whl --force-reinstall
4747

4848
# Build and install contract-tests
4949
cd ../contract-tests
50-
docker-compose -f images/applications/psychopg2/postgreSQL-docker.yaml up -d
50+
docker compose -f images/applications/psychopg2/postgreSQL-docker.yaml up -d
5151
cd tests
5252
python3 -m build --outdir ../../dist
5353
cd ../../dist

0 commit comments

Comments
 (0)