remove UI split (legacy/modern)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user