fix: bin-migrate

This commit is contained in:
Kieran 2024-09-26 15:20:47 +01:00
parent 09904dadf0
commit 12acdb118e
No known key found for this signature in database
GPG Key ID: DE71CEB3925BE941

View File

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