Patch yt_dlp postprocessor modify_chapters.py

This commit is contained in:
tcely 2025-02-07 21:20:31 -05:00 committed by GitHub
parent f78f33f8fa
commit e889c78a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -367,6 +367,9 @@ RUN set -x && \
# Copy root # Copy root
COPY config/root / COPY config/root /
# patch yt_dlp
COPY patches/yt_dlp/ /usr/local/lib/python3.*/dist-packages/yt_dlp/
# Create a healthcheck # Create a healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=3m CMD ["/app/healthcheck.py", "http://127.0.0.1:8080/healthcheck"] HEALTHCHECK --interval=1m --timeout=10s --start-period=3m CMD ["/app/healthcheck.py", "http://127.0.0.1:8080/healthcheck"]