add docker container creation (add broken since sqlite change)

This commit is contained in:
2026-06-09 00:42:50 +02:00
parent 410ca2eeef
commit 5136e0bdc3
13 changed files with 187 additions and 23 deletions

View File

@ -2,6 +2,7 @@ pub mod add;
pub mod edit;
pub mod remove;
pub mod ls;
pub mod start;
pub mod env_settings;