diff --git a/Dockerfile b/Dockerfile index 0e8c3d3..f80f3a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN git clone --depth=1 https://git.v0l.io/Kieran/FFmpeg.git && \ --disable-static \ --enable-shared && \ make -j8 && make install -RUN cargo install --path . --root /app/build +RUN cargo install --path . --root /app/build --bins FROM node:bookworm as ui_builder WORKDIR /app/src