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