telegram-download-daemon/Dockerfile
2020-04-23 22:11:24 +03:00

7 lines
133 B
Docker

FROM python:3
COPY telegram-download-daemon.py /
RUN pip install telethon cryptg
CMD [ "python", "./telegram-download-daemon.py" ]