Split the COPY line

This commit is contained in:
tcely 2025-02-08 13:45:21 -05:00 committed by GitHub
parent a9078c3521
commit e2680c4b24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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