From ccfb629a640d1f9bd841efe5ce87f82c6223985b Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 21 Dec 2025 03:19:35 +0000 Subject: Fixup: Add stt-client module --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') 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 -- cgit v1.2.3