feat: add ffmpeg-static and update dependencies

This commit is contained in:
2025-06-04 17:45:27 +09:00
committed by Satsuki Akiba (aider)
parent dffa64ca0c
commit 5a7f57b4da
3 changed files with 38 additions and 4 deletions

View File

@ -10,10 +10,6 @@ VOLUME /app
# Copy project files
COPY . .
RUN apt update && apt install -y \
ffmpeg \
--no-install-recommends
# Install dependencies
RUN bun install