add booru image search
This commit is contained in:
parent
2a98b55b8d
commit
f8051314cc
17 changed files with 1161 additions and 75 deletions
8
Dockerfile.tgbot
Normal file
8
Dockerfile.tgbot
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM python:3.11
|
||||
|
||||
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