save video message
This commit is contained in:
+2
-2
@@ -10,7 +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
|
||||
RUN mkdir -p /root/save
|
||||
|
||||
ENTRYPOINT ["/app/yt-dlp-telegram-bot"]
|
||||
ENV API_ID= API_HASH= BOT_TOKEN= ALLOWED_USERIDS= ADMIN_USERIDS= ALLOWED_GROUPIDS= SAVE_DIR=/root/save_dir YTDLP_COOKIES=
|
||||
ENV API_ID= API_HASH= BOT_TOKEN= ALLOWED_USERIDS= ADMIN_USERIDS= ALLOWED_GROUPIDS= SAVE_DIR=/root/save YTDLP_COOKIES=
|
||||
|
||||
Reference in New Issue
Block a user