File size: 108 Bytes
665444d
 
 
 
1
2
3
4
5
FROM python:3.9
RUN pip install pyTelegramBotAPI requests beautifulsoup4
COPY . .
CMD ["python", "main.py"]