A community guide to the Rust ecosystem
cargo build --release
docker build . -t blessed-rs
docker run -p 3333:3333 blessed-rs
< check localhost:3333 in browser>
A community guide to the Rust ecosystem
cargo build --release
docker build . -t blessed-rs
docker run -p 3333:3333 blessed-rs
< check localhost:3333 in browser>