Added dockerfile
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user