From a91e702b1333d5135652b35e9d5de4766be02ee4 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 24 Feb 2024 18:04:59 +0100 Subject: [PATCH] Update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef2c111..359c51d 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", "--host", "0.0.0.0"]