docker-compose up --build
To build release (optimised) binaries:
docker-compose build --build-arg CARGO_BUILD_FLAGS="--release" --build-arg CARGO_OUTPUT_PROFILE="release"
Useful cargo
commands:
cargo +nightly fmt
Useful cargo make
tasks:
cargo make format-toml
cargo +nightly make unused-dependencies