added docker image update option

This commit is contained in:
2025-09-23 23:27:13 +02:00
parent 755617c86f
commit 83cb815e76
5 changed files with 96 additions and 32 deletions

View File

@@ -5,6 +5,7 @@ pub mod api;
pub mod hardware;
pub mod metrics;
pub mod models;
pub mod serverclientcomm;
use std::env;
use std::error::Error;