chore: build all bins
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kieran 2024-09-26 15:11:56 +01:00
parent 5e7f602890
commit 09904dadf0
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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