From 674f209f5db8a81a66e8ba4fc02259972c9a5250 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 24 Feb 2024 18:03:00 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37dcc3b..ef2c111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt COPY . . EXPOSE 5000 -CMD ["python3", "-m", "flask", "--app", "formula10" "--host=0.0.0.0"] +CMD ["python3", "-u", "-m", "flask", "--app", "formula10", "--host=0.0.0.0"]