fix(yt): cookies

This commit is contained in:
2025-09-23 11:21:47 +03:00
parent b124a5bdc7
commit 6b7cab4032
3 changed files with 4 additions and 3 deletions

View File

@@ -44,3 +44,4 @@ RUN uv tool install instaloader \
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"]