feat(yt): add cookies env flag

This commit is contained in:
2025-09-23 10:15:54 +03:00
parent e11223fa75
commit 5ad4aea252
3 changed files with 8 additions and 2 deletions

View File

@@ -41,5 +41,6 @@ RUN uv tool install instaloader \
&& uv tool install yt-dlp[default] \
&& yt-dlp --version
WORKDIR /app
COPY --from=builder-rs /app/target/release/tg-relay-rs /usr/local/bin/tg-relay-rs
CMD ["/usr/local/bin/tg-relay-rs"]