feat: setup Dockerfile

This commit is contained in:
2026-01-20 22:34:22 -08:00
parent 09f6f49390
commit ddf47ff22d
2 changed files with 14 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ async fn run() -> std::io::Result<()> {
),
)
})
.bind(("127.0.0.1", 8080))?
.bind(("0.0.0.0", 8080))?
.run()
.await
}