owlrandomshitbot/Dockerfile.tgbot

11 lines
142 B
Docker
Raw Normal View History

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