mirror of
https://github.com/anasty17/mirror-leech-telegram-bot.git
synced 2025-01-08 12:07:33 +08:00
d7885d7a64
- Fix rclone transfer for filename the contain ` - Fix yt-dlp seletion issue Signed-off-by: anasty17 <e.anastayyar@gmail.com>
12 lines
185 B
Docker
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"]
|