diff --git a/Dockerfile b/Dockerfile index 1fc33e7..ade8098 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,9 @@ FROM python:3.11-slim -FROM gorialis/discord.py - RUN mkdir -p /usr/src/MorningBot - WORKDIR /usr/src/MorningBot COPY . . +RUN pip install -r requirements.txt CMD ["python3", "."]