Skip to content

Commit

Permalink
Add WORKDIR directive in Dockerfile for yt-dlp build context
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent 3fdd92c commit 7fdba41
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 @@ -32,6 +32,8 @@ ENV CHANNEL=${CHANNEL} \
ORIGIN=${ORIGIN} \
VERSION=${VERSION}

WORKDIR /yt-dlp

RUN /builder.sh

FROM debian:trixie-slim
Expand Down

0 comments on commit 7fdba41

Please sign in to comment.