remove container after regression test

This commit is contained in:
Max Känner 2024-10-03 05:37:06 +02:00
parent 12276bc354
commit a1bdd4cb1b

View File

@ -252,6 +252,7 @@ fn run_production(port: u16) -> Result<Child, DynError> {
format!("ROCKET_PORT={}", port).as_str(),
"--network=host",
"-i",
"--rm",
"docker.mkaenner.de/snake:latest",
])
.spawn()?;