feat: Dockerize
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM python:bullseye
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY server2serverMessageBot.py ./
|
||||
|
||||
RUN python3 -m pip install --upgrade pip && \
|
||||
python3 -m pip install --no-cache-dir discord.py
|
||||
|
||||
CMD python3 server2serverMessageBot.py
|
Reference in New Issue
Block a user