From 7ae7b412685368cb5de1e2dbfe327b9c628990ae Mon Sep 17 00:00:00 2001 From: Faiz Ahmed <32914211+Sleepingpirates@users.noreply.github.com> Date: Mon, 26 Jul 2021 14:02:02 -0400 Subject: [PATCH] added unbuffered output --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e543721..4cffba7 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"] +CMD ["python", "-u", "run.py"]