Added dockerfile

This commit is contained in:
2021-06-28 15:51:05 +02:00
parent b16268420b
commit c7c8c26598
4 changed files with 190 additions and 250 deletions

View File

@@ -3,6 +3,9 @@ use std::error::Error;
use tokio::signal;
use tokio::sync::oneshot;
#[global_allocator]
static ALLOC: jemallocator::Jemalloc = jemallocator::Jemalloc;
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
let state = models::State::default();