From 686c7fe9458c25bbf40d7ef949b29a8e6f583b9d Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 24 Feb 2024 17:42:02 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f25f8cc..7b56e20 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", "-u", "formula10.py"] +CMD ["flask", "--app", "formula10" "--host=0.0.0.0"]