Feat: docker image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Dorian Zedler 2023-03-12 00:04:47 +01:00
parent e496324049
commit 2329b80ed8
Signed by: dozedler
GPG key ID: 989DE36109AFA354
8 changed files with 1113 additions and 8 deletions

View file

@ -18,7 +18,7 @@ async fn main() {
.with_state(state);
// run it
let addr = SocketAddr::from(([127, 0, 0, 1], 3000));
let addr = SocketAddr::from(([0, 0, 0, 0], 3000));
println!("listening on {}", addr);
axum::Server::bind(&addr)
.serve(app.into_make_service())