From 81430f816fd13c31ffdd09a075fc0115d7ab18f1 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:19:24 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 20da388..9b253b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ COPY . . RUN python setup.py install # Specify the command to run your application -CMD ["python3", "main.py"] +CMD ["python3", "-u", "main.py"]