Skip to content

Commit

Permalink
Update Dockerfile to copy yt-dlp binary from the correct distribution…
Browse files Browse the repository at this point in the history
… path. This change ensures that the executable is sourced from the newly structured build output directory, improving the build process's accuracy and reliability.
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent c4aa0d8 commit 90177f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ RUN /builder.sh

FROM debian:trixie-slim

COPY --from=builder --chmod=755 /build/yt-dlp_linux /usr/bin/yt-dlp
COPY --from=builder --chmod=755 /yt-dlp/dist/yt-dlp_linux /usr/bin/yt-dlp

ENTRYPOINT ["/usr/bin/yt-dlp"]

0 comments on commit 90177f4

Please sign in to comment.