add prompting

This commit is contained in:
Owl 2025-03-03 04:10:37 +07:00
parent a6d58ebf6b
commit 2bb1e2dccb
9 changed files with 277 additions and 48 deletions

View file

@ -1,8 +1,10 @@
FROM python:3.11
COPY tgbot/requirements.txt .
RUN pip install -r requirements.txt
COPY tgbot tgbot
COPY bot.py bot.py
RUN pip install -r tgbot/requirements.txt
CMD python3 bot.py