telegram-download-daemon/Dockerfile

7 lines
110 B
Text
Raw Normal View History

2020-04-24 03:11:24 +08:00
FROM python:3
COPY *.py /
2020-04-24 03:11:24 +08:00
RUN pip install telethon cryptg
CMD [ "python", "./telegram-download-daemon.py" ]