remove UI split (legacy/modern)

This commit is contained in:
Константин Лебединский
2026-04-30 21:53:49 +05:00
parent 1494b839f5
commit 0229bc250b
16 changed files with 107 additions and 384 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ FROM python:3.11-slim
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1 \
PIP_DISABLE_PIP_VERSION_CHECK=1 \
PORT=3108 \
PORT=3107 \
WEB_USE_WAITRESS=1 \
FLASK_DEBUG=0
@@ -18,6 +18,6 @@ COPY app ./app
COPY alembic.ini .
COPY alembic ./alembic
EXPOSE 3108
EXPOSE 3107
CMD ["python", "run.py"]