Skip to content

Commit fe992a9

Browse files
author
Mark Tompsett
committed
Prevent orphan containers
The --rm flag was added to the run to make sure to remove the container after running it.
1 parent c0b90e6 commit fe992a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test:
2-
docker compose run test composer install
3-
docker compose run test ./vendor/bin/phpunit --process-isolation tests/
2+
docker compose run --rm test composer install
3+
docker compose run --rm test ./vendor/bin/phpunit --process-isolation tests/
44

55
testhost:
66
composer install --ignore-platform-reqs

0 commit comments

Comments
 (0)