Skip to content

Commit

Permalink
Migrate docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
michaloo committed Oct 5, 2024
1 parent 111eaa8 commit f76f5e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

RELEASE_VERSION=$(cat gtm-ecommerce-woo.php | grep 'Version:' | awk -F' ' '{print $3}')

docker-compose run -T --rm php-cli <<INPUT
docker compose run -T --rm php-cli <<INPUT
composer install
composer run check
Expand Down
2 changes: 1 addition & 1 deletion dev/scripts/fix.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

docker-compose run -T --rm php-cli <<INPUT
docker compose run -T --rm php-cli <<INPUT
composer install --dev
composer run fix
Expand Down

0 comments on commit f76f5e1

Please sign in to comment.