Fixed typo

This commit is contained in:
Faiz Ahmed
2021-07-26 13:42:06 -04:00
committed by GitHub
parent 8696d3958a
commit 57b391c7dc

View File

@@ -2,4 +2,4 @@ FROM gorialis/discord.py
WORKDIR /app
COPY . .
RUN pip install -Ur requirements.txt
CMD ["python", "Run.py"]
CMD ["python", "run.py"]