Fixed login with only ip:port access
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3-alpine
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN pip install --no-cache-dir flask requests werkzeug
|
RUN pip install --no-cache-dir flask requests werkzeug httpx
|
||||||
|
|
||||||
# Copy files
|
# Copy files
|
||||||
COPY . /app/
|
COPY . /app/
|
||||||
|
|||||||
Reference in New Issue
Block a user