From 12acdb118e102460cb3ca2206b44e164725da7ae Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 26 Sep 2024 15:20:47 +0100 Subject: [PATCH] fix: bin-migrate --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f80f3a8..4249b51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +RUN cargo install --path . --root /app/build --bins --features bin-migrate FROM node:bookworm as ui_builder WORKDIR /app/src