save videos to save dir
This commit is contained in:
+3
-1
@@ -10,5 +10,7 @@ RUN apk update && apk upgrade && apk add --no-cache ffmpeg
|
||||
COPY --from=builder /app/yt-dlp-telegram-bot /app/yt-dlp-telegram-bot
|
||||
COPY --from=builder /app/yt-dlp.conf /root/yt-dlp.conf
|
||||
|
||||
RUN mkdir -p /root/save_dir
|
||||
|
||||
ENTRYPOINT ["/app/yt-dlp-telegram-bot"]
|
||||
ENV API_ID= API_HASH= BOT_TOKEN= ALLOWED_USERIDS= ADMIN_USERIDS= ALLOWED_GROUPIDS= YTDLP_COOKIES=
|
||||
ENV API_ID= API_HASH= BOT_TOKEN= ALLOWED_USERIDS= ADMIN_USERIDS= ALLOWED_GROUPIDS= SAVE_DIR=/root/save_dir YTDLP_COOKIES=
|
||||
|
||||
Reference in New Issue
Block a user