Server2ServerMessageBot/Dockerfile

10 lines
216 B
Docker
Raw Permalink Normal View History

2023-05-04 21:35:58 +00:00
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