mirror of
https://github.com/v0l/route96.git
synced 2025-06-16 00:08:10 +00:00
chore: remove all bins
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user