cleanup container after test

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-12-10 16:10:06 -07:00
parent 2569e76eeb
commit 94ed741320

View File

@ -15,4 +15,5 @@ setup() {
"$DAGGER" --europa up ./plan/hello-europa
run curl http://localhost:8080
assert_output --partial "<title>Hello World</title>"
docker rm -f nginx-hello
}