Dockerfile
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
FROM debian:bookworm
|
|
||||||
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
FROM python:3.10
|
||||||
|
WORKDIR /usr/local/app
|
||||||
|
|
||||||
|
COPY . .
|
||||||
|
|
||||||
|
RUN pip install --no-cache-dir --upgrade pip
|
||||||
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
CMD ["python3", "bot.py"]
|
||||||
@@ -1 +1,2 @@
|
|||||||
discord.py[voice]==2.6.4
|
discord.py[voice]==2.6.4
|
||||||
|
python-dotenv==1.2.1
|
||||||
Reference in New Issue
Block a user