mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-10-14 14:02:18 -04:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
@@ -55,6 +55,6 @@ EXPOSE $PORT
|
|||||||
COPY --from=build /. /
|
COPY --from=build /. /
|
||||||
|
|
||||||
ENTRYPOINT [ "tini", "--" ]
|
ENTRYPOINT [ "tini", "--" ]
|
||||||
HEALTHCHECK CMD [ "/usr/local/bin/entrypoint-youtube-dl.sh", "healthcheck" ]
|
HEALTHCHECK --interval=15s --timeout=3s CMD [ "/usr/local/bin/entrypoint-youtube-dl.sh", "healthcheck" ]
|
||||||
CMD [ "/usr/local/bin/entrypoint-youtube-dl.sh" ]
|
CMD [ "/usr/local/bin/entrypoint-youtube-dl.sh" ]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user