Skip to content

Commit

Permalink
Update Dockerfile to set executable permissions for builder script
Browse files Browse the repository at this point in the history
  • Loading branch information
svemat01 committed Jan 22, 2025
1 parent d5430e9 commit 3fdd92c
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 @@ -25,7 +25,7 @@ RUN pipx install staticx
RUN mkdir /build

COPY ./yt-dlp /yt-dlp
COPY builder.sh /builder.sh
COPY --chmod=755 builder.sh /builder.sh

# Pass build arguments to the builder script
ENV CHANNEL=${CHANNEL} \
Expand Down

0 comments on commit 3fdd92c

Please sign in to comment.