Skip to content

Commit 97bc8ae

Browse files
committed
change docker-compose
1 parent 1ba29e0 commit 97bc8ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
test:
3-
docker-compose run --rm php bash -c "./vendor/bin/behat --strict --stop-on-failure"
3+
docker compose run --rm php bash -c "./vendor/bin/behat --strict --stop-on-failure"
44

55
behatappend:
6-
docker-compose run --rm php bash -c "./vendor/bin/behat --append-snippets"
6+
docker compose run --rm php bash -c "./vendor/bin/behat --append-snippets"
77

88
composer:
9-
docker-compose run --rm php bash -c "composer install --no-scripts --no-plugins"
9+
docker compose run --rm php bash -c "composer install --no-scripts --no-plugins"
1010

1111
composerupdate:
12-
docker-compose run --rm php bash -c "composer update --no-scripts"
12+
docker compose run --rm php bash -c "composer update --no-scripts"

0 commit comments

Comments
 (0)