From c37b3b882b1e8ac189af5491ea37dd5442edf00c Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 24 Feb 2024 18:37:34 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 359c51d..8d95871 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", "-m", "flask", "--app", "formula10", "--host", "0.0.0.0"] +CMD ["python3", "-u", "-m", "flask", "--app", "formula10", "run", "--host", "0.0.0.0"]