I am trying to build a docker to host my Discord bot. The dockerfile is
FROM python:3.8 COPY ./Elevate/* /docker/ RUN python3.8 -m pip install discord.py==1.5