chore: build all bins
This commit is contained in:
parent
5e7f602890
commit
09904dadf0
@ -31,7 +31,7 @@ RUN git clone --depth=1 https://git.v0l.io/Kieran/FFmpeg.git && \
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-shared && \
|
--enable-shared && \
|
||||||
make -j8 && make install
|
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
|
FROM node:bookworm as ui_builder
|
||||||
WORKDIR /app/src
|
WORKDIR /app/src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user