v2.5.6: fix 404 after update without tunnel

This commit is contained in:
orohi
2026-07-28 11:00:34 +03:00
parent 2808a49fa5
commit ff7cc5c592
5 changed files with 95 additions and 24 deletions
+1
View File
@@ -5,6 +5,7 @@ FROM python:3.12-slim
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
APP_PORT=5000 \
PANEL_IN_DOCKER=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1
WORKDIR /app