Fixed login with only ip:port access
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user