fix: docker build

This commit is contained in:
2025-01-30 12:15:07 +00:00
parent e11d7dc787
commit 70b8cd3c55
4 changed files with 5 additions and 5 deletions

View File

@ -1,3 +0,0 @@
target/
.git/
out/

View File

@ -31,7 +31,7 @@ RUN git clone --single-branch --branch release/7.1 https://git.ffmpeg.org/ffmpeg
--disable-static \
--enable-shared && \
make -j$(nproc) && make install
RUN cargo install --path . --bin zap-stream-core --root /app/build --features zap-stream
RUN cargo install --path ./crates/zap-stream --root /app/build
FROM $IMAGE AS runner
WORKDIR /app