mirror of
https://github.com/hanxi/xiaomusic.git
synced 2025-12-06 14:52:50 +08:00
refactor: 处理 code review 问题'
This commit is contained in:
@@ -12,9 +12,6 @@ COPY install_dependencies.sh .
|
||||
RUN bash install_dependencies.sh
|
||||
|
||||
FROM python:3.10-slim
|
||||
RUN pip install pydub
|
||||
RUN python3 -m venv /app/.venv
|
||||
RUN /app/.venv/bin/pip install pydub
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/.venv /app/.venv
|
||||
COPY --from=builder /app/ffmpeg /app/ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user