From 6d1edb1b21852878e438e3a7d703675da0b63e65 Mon Sep 17 00:00:00 2001 From: kieran Date: Thu, 30 Jan 2025 12:29:10 +0000 Subject: [PATCH] fix: docker build --- crates/zap-stream/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/zap-stream/Dockerfile b/crates/zap-stream/Dockerfile index a7852a9..2f30a72 100755 --- a/crates/zap-stream/Dockerfile +++ b/crates/zap-stream/Dockerfile @@ -40,4 +40,4 @@ RUN apt update && \ rm -rf /var/lib/apt/lists/* COPY --from=build /app/build . COPY --from=build /app/ffmpeg/lib/ /lib -ENTRYPOINT ["/app/bin/zap-stream-core"] \ No newline at end of file +ENTRYPOINT ["/app/bin/zap-stream"] \ No newline at end of file