1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

Remove ffmpeg and ffprobe setup from Dockerfile

Removed ffmpeg and ffprobe symbolic link creation.
This commit is contained in:
涵曦
2025-12-25 22:51:13 +08:00
committed by GitHub
parent 41a703cc44
commit f2bb13da11

View File

@@ -16,9 +16,6 @@ COPY xiaomusic.py .
FROM hanxi/xiaomusic:runtime
WORKDIR /app
RUN mkdir -p /app/ffmpeg/bin \
&& ln -s /usr/bin/ffmpeg /app/ffmpeg/bin/ffmpeg \
&& ln -s /usr/bin/ffprobe /app/ffmpeg/bin/ffprobe
COPY --from=builder /app/.venv ./.venv
COPY --from=builder /app/node_modules ./node_modules/