owlrandomshitbot/Dockerfile.tgbot

9 lines
117 B
Docker
Raw Permalink Normal View History

2025-01-04 17:00:42 +00:00
FROM python:3.11
COPY tgbot tgbot
COPY bot.py bot.py
RUN pip install -r tgbot/requirements.txt
CMD python3 bot.py