From e631c16fb0c952e93d02e8c021e2a53a804bd79f Mon Sep 17 00:00:00 2001 From: t0is Date: Sun, 23 Feb 2025 14:28:59 +0100 Subject: [PATCH] edits --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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