red ebalo
This commit is contained in:
parent
a2fa597921
commit
023fd3207d
8 changed files with 150 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM python:3.11
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD python3 bot.py
|
Loading…
Add table
Add a link
Reference in a new issue