diff --git a/Dockerfile b/Dockerfile index 1ad2f16..e543721 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM gorialis/discord.py WORKDIR /app COPY . . RUN pip install -Ur requirements.txt -CMD ["python", "Run.py"] \ No newline at end of file +CMD ["python", "run.py"]