Auto-delete test containers

This commit is contained in:
Hugo Osvaldo Barrera 2021-06-12 18:42:39 +02:00
parent a9f1a5195a
commit 17f422c1b7

View file

@ -46,6 +46,7 @@ def dockerised_server(name, container_port, exposed_port):
[
"docker",
"run",
"--rm",
"--detach",
"--publish",
f"{exposed_port}:{container_port}",