Skip to content

Commit

Permalink
Enhance Dockerfile with build confirmation and directory listing. Add…
Browse files Browse the repository at this point in the history
…ed a command to echo "Done building" and list the contents of the /yt-dlp/dist directory, improving visibility into the build process and ensuring that the output is as expected.
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent 90177f4 commit 2d08879
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ WORKDIR /yt-dlp

RUN /builder.sh

RUN echo "Done building" && ls -laR /yt-dlp/dist

FROM debian:trixie-slim

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

0 comments on commit 2d08879

Please sign in to comment.