add root dockerfile that contains binaries for all services

This commit is contained in:
geoffsee
2025-09-04 14:54:20 -04:00
parent fb5098eba6
commit 296d4dbe7e
13 changed files with 189 additions and 255 deletions

View File

@@ -3,6 +3,7 @@ name = "chat-ui"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
@@ -122,3 +123,7 @@ lib-default-features = false
#
# Optional. Defaults to "release".
lib-profile-release = "release"
[[bin]]
name = "chat-ui"
path = "src/main.rs"