use unbuffered stdout to fix docker logging

This commit is contained in:
muskit
2024-04-26 00:13:24 -07:00
parent bfc9066617
commit 034c71abbb
+1 -1
View File
@@ -21,4 +21,4 @@ COPY . .
VOLUME ./run VOLUME ./run
# Run the bot # Run the bot
CMD ["python3", "src/main.py"] CMD ["python3", "-u", "src/main.py"]