Initial docker setup using rust-musl-builder

Not working yet because sqlx 0.3 doesn't have an offline mode
This commit is contained in:
2020-11-08 21:12:28 -05:00
parent 377a260a2f
commit 1a1806ffc3
7 changed files with 38 additions and 15 deletions

View File

@@ -60,6 +60,7 @@ where
#[tokio::main]
async fn main() -> Result<()> {
openssl_probe::init_ssl_cert_env_vars();
dotenv().ok();
let env_log_filter =
env::var("RUST_LOG").unwrap_or_else(|_| "warp=info,bazaar_realm_api=info".to_owned());