Skip to content

Commit

Permalink
Using docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Jan 16, 2025
1 parent ad149a9 commit 8724a6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dotcms-postman/runtests.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#!/bin/bash

alias docker-compose="docker compose --compatibility $@"

wait=2
echo "Waiting for ${wait} seconds to images be pulled"
sleep $wait
docker-compose logs -t -f dotcms-test &
docker compose --compatibility logs -t -f dotcms-test &

postman_collections="$1"
dotcms_dir=../dotCMS
Expand Down

0 comments on commit 8724a6f

Please sign in to comment.