init
This commit is contained in:
8
bot/Dockerfile
Normal file
8
bot/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM python:3.12.4
|
||||
|
||||
ADD requirements.txt .
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install -r requirements.txt
|
||||
ADD . .
|
||||
|
||||
CMD ["python", "main.py"]
|
Reference in New Issue
Block a user