use unbuffered stdout to fix docker logging
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ COPY . .
|
||||
VOLUME ./run
|
||||
|
||||
# Run the bot
|
||||
CMD ["python3", "src/main.py"]
|
||||
CMD ["python3", "-u", "src/main.py"]
|
||||
|
||||
Reference in New Issue
Block a user