fix regression test
This commit is contained in:
parent
d715aa47b3
commit
302f5cac50
@ -366,7 +366,7 @@ fn run_local_docker(port: u16) -> Result<Child, DynError> {
|
||||
"--env",
|
||||
"RUST_LOG=error",
|
||||
"--env",
|
||||
format!("ROCKET_PORT={}", port).as_str(),
|
||||
format!("PORT={}", port).as_str(),
|
||||
"--network=host",
|
||||
"--rm",
|
||||
"local_snake",
|
||||
@ -396,7 +396,7 @@ fn run_production(port: u16) -> Result<Child, DynError> {
|
||||
"--env",
|
||||
"RUST_LOG=error",
|
||||
"--env",
|
||||
format!("ROCKET_PORT={}", port).as_str(),
|
||||
format!("PORT={}", port).as_str(),
|
||||
"--network=host",
|
||||
"--rm",
|
||||
"docker.mkaenner.de/snake:latest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user