summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5c22598..fbbfda8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,7 +28,8 @@ COPY vendor ./vendor
COPY tools/stt-client ./tools/stt-client
# Build release binary
-RUN cargo build --release --package makima --bin makima-server
+RUN cargo build --release --package makima --bin makima
+RUN mv /app/target/release/makima /app/target/release/makima-server
RUN cp /app/target/release/makima-server /app/makima-server
# Clean up build artifacts to reduce image size