diff --git a/Dockerfile b/Dockerfile index 108ed9f..2416121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,4 +24,4 @@ COPY main.py . COPY channels.json . # Default command -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "-u", "main.py"] \ No newline at end of file