From dffe1e18afa9a838c6cb84105e1b2fc96d37680b Mon Sep 17 00:00:00 2001 From: Rune Olsen Date: Fri, 23 Jan 2026 13:10:45 +0100 Subject: [PATCH] Fixed login with only ip:port access --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5a68294..e4d04c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3-alpine WORKDIR /app # Install dependencies -RUN pip install --no-cache-dir flask requests werkzeug +RUN pip install --no-cache-dir flask requests werkzeug httpx # Copy files COPY . /app/