diff options
| author | soryu <soryu@soryu.co> | 2025-12-21 03:19:35 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | ccfb629a640d1f9bd841efe5ce87f82c6223985b (patch) | |
| tree | b8991ec65d561278340bf776401dcb63dbad2889 /Dockerfile | |
| parent | 06ff75263894846d6eddbef8b6975f46c90e6c17 (diff) | |
| download | soryu-ccfb629a640d1f9bd841efe5ce87f82c6223985b.tar.gz soryu-ccfb629a640d1f9bd841efe5ce87f82c6223985b.zip | |
Fixup: Add stt-client module
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
