added unbuffered output

This commit is contained in:
Faiz Ahmed
2021-07-26 14:02:02 -04:00
parent 0aec5f4437
commit 7ae7b41268

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", "-u", "run.py"]