modified: Dockerfile

modified:   app.py
This commit is contained in:
SimolZimol
2025-10-28 13:14:06 +01:00
parent 9d91d7120b
commit 664b3c2243
2 changed files with 50 additions and 16 deletions

View File

@@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Ensure yt-dlp is up-to-date so extractor fixes are applied
RUN pip install --no-cache-dir -U yt-dlp
COPY . .