mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Patch yt_dlp postprocessor modify_chapters.py
This commit is contained in:
parent
f78f33f8fa
commit
e889c78a48
@ -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"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user