Fixed typo
This commit is contained in:
@@ -2,4 +2,4 @@ FROM gorialis/discord.py
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN pip install -Ur requirements.txt
|
RUN pip install -Ur requirements.txt
|
||||||
CMD ["python", "Run.py"]
|
CMD ["python", "run.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user