Add: docker-compsoe down and remove orphans and volumes

This commit is contained in:
Siroco 2023-02-04 15:53:25 +01:00
parent 317e65811a
commit 738bc390b6
No known key found for this signature in database
GPG Key ID: 1324098302A514B0

1
test
View File

@ -5,6 +5,7 @@ TIMEOUT=120
tear_down () {
docker-compose stop
docker-compose down -v --remove-orphans
cd ..
rm -rf $TMP
}