chore: remove all bins

This commit is contained in:
2024-09-26 23:04:35 +01:00
parent 3c3dee5cf8
commit 46a68272cc
2 changed files with 3 additions and 3 deletions

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 --bins --features bin-migrate
RUN cargo install --path . --root /app/build
FROM node:bookworm as ui_builder
WORKDIR /app/src