Rust project deploy runs `cargo run`, eventually times out

Turns out, as mentioned here (Deploy of Docker as private service fails with timeout). I did not want to start a Private Service, but a Background Worker.

That should fix my problem!