mirror of
https://github.com/alfem/telegram-download-daemon.git
synced 2025-03-01 08:33:11 +08:00
7 lines
No EOL
110 B
Docker
7 lines
No EOL
110 B
Docker
FROM python:3
|
|
|
|
COPY *.py /
|
|
|
|
RUN pip install telethon cryptg
|
|
|
|
CMD [ "python", "./telegram-download-daemon.py" ] |