From a8d64489a11051a08ba01a0450b6545525b0125a Mon Sep 17 00:00:00 2001 From: phillip Date: Wed, 9 Jul 2025 19:29:48 +0200 Subject: [PATCH] Dockerfile aktualisiert back to normal --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 44a7bc5..8450351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt COPY . . -CMD ["gunicorn", "-b", ":3000", "main:app"] +CMD ["gunicorn", "-b", "0.0.0.0:3000", "main:app"]