Fixed login with only ip:port access

This commit is contained in:
2026-01-23 13:10:45 +01:00
parent 459d3b83ee
commit dffe1e18af

View File

@@ -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/