how I can use –config command in docker for rust
I run development using --config file on my Rust API, it is something like this cargo run --config dev-config.toml where the dev-config.toml is like my Environments like this [env] APP_ENV = "development" APP_PORT = "8181" APP_TIMEOUT = "3" # in…