server from db working
This commit is contained in:
@ -12,9 +12,5 @@ use diesel::r2d2::{
|
||||
ConnectionManager
|
||||
};
|
||||
|
||||
|
||||
pub mod schema;
|
||||
|
||||
|
||||
pub static mut DOCKER: LazyLock<Docker> = LazyLock::new(|| Docker::connect_with_local_defaults().expect("Failed to connect to the docker socket") );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user