mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
Split the COPY
line
This commit is contained in:
parent
a9078c3521
commit
e2680c4b24
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user