An open API service indexing awesome lists of open source software.

https://github.com/djedou/rust_docker_template

Rust Docker Template
https://github.com/djedou/rust_docker_template

Last synced: about 2 months ago
JSON representation

Rust Docker Template

Awesome Lists containing this project

README

        

# rust_docker_template
Rust Docker Template

# Build local
cargo build

# Run local
cargo run

# Build container
docker build -t rust_docker_template .

# Run container
docker run --rm -p 3030:3030 --name server rust_docker_template