remove container after regression test
This commit is contained in:
parent
12276bc354
commit
a1bdd4cb1b
@ -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()?;
|
||||
|
Loading…
Reference in New Issue
Block a user