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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user