fix: MinAppContext::port must return the port exposed to docker net

This commit is contained in:
Aravinth Manivannan 2023-10-04 19:05:08 +05:30
parent b3a3fe8c0d
commit a63979af76
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ impl MinAppContext for CliCtx {
&self.results
}
fn port_(&self) -> u32 {
29130
80
}
}