From 57b391c7dc2fa32fca4f8670f9233716a0cac769 Mon Sep 17 00:00:00 2001 From: Faiz Ahmed <32914211+Sleepingpirates@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:42:06 -0400 Subject: [PATCH] Fixed typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]