mirror-leech-telegram-bot/Dockerfile
anasty17 d7885d7a64 Jdownloader Support
- Fix rclone transfer for filename the contain `
- Fix yt-dlp seletion issue

Signed-off-by: anasty17 <e.anastayyar@gmail.com>
2023-12-28 02:54:18 +02:00

12 lines
185 B
Docker

FROM anasty17/mltb:dev
WORKDIR /usr/src/app
RUN chmod 777 /usr/src/app
COPY requirements.txt .
RUN pip3 install --no-cache-dir -r requirements.txt
COPY . .
CMD ["bash", "start.sh"]