Skip to content

Commit

Permalink
Update docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyoder committed Aug 23, 2024
1 parent 2e12582 commit dae6157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test-integration *args:
# use a randomized project name to allow simultaneous test runs
project="platform-lib-it-$(openssl rand -hex 4)"
dc="docker-compose -f docker/docker-compose.test.yml -p ${project}"
dc="docker compose -f docker/docker-compose.test.yml -p ${project}"

function cleanup() {
${dc} logs --no-color > test-integration-${project}.log
Expand Down

0 comments on commit dae6157

Please sign in to comment.