add prompting
This commit is contained in:
parent
a6d58ebf6b
commit
2bb1e2dccb
9 changed files with 277 additions and 48 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue