Create release docker image

This commit is contained in:
2024-05-06 21:27:07 +02:00
parent d63d3ecebc
commit 1c0ba90b8e
8 changed files with 171 additions and 4 deletions

View File

@ -9,6 +9,7 @@ pub mod auth_controller;
pub mod server_controller;
pub mod sys_info_controller;
pub mod vm_controller;
pub mod static_controller;
/// Custom error to ease controller writing
#[derive(Debug)]