red ebalo

This commit is contained in:
Owl 2024-10-25 23:45:07 +07:00
parent a2fa597921
commit 023fd3207d
8 changed files with 150 additions and 0 deletions

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM python:3.11
COPY . .
RUN pip install -r requirements.txt
CMD python3 bot.py