summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-21 03:19:35 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commitccfb629a640d1f9bd841efe5ce87f82c6223985b (patch)
treeb8991ec65d561278340bf776401dcb63dbad2889 /Dockerfile
parent06ff75263894846d6eddbef8b6975f46c90e6c17 (diff)
downloadsoryu-ccfb629a640d1f9bd841efe5ce87f82c6223985b.tar.gz
soryu-ccfb629a640d1f9bd841efe5ce87f82c6223985b.zip
Fixup: Add stt-client module
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 781ef33..880a019 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
COPY Cargo.toml Cargo.lock ./
COPY makima ./makima
COPY vendor ./vendor
+COPY tools/stt-client ./tools/stt-client
# Build release binary
RUN cargo build --release --package makima --bin makima-server