chore: sync current workspace to dev

This commit is contained in:
qzl
2026-02-24 18:18:42 +08:00
parent 105cf82d21
commit 08571cfc95
79 changed files with 1899 additions and 844 deletions
+1
View File
@@ -8,6 +8,7 @@ COPY pyproject.toml uv.lock ./
RUN uv sync --frozen --no-dev
COPY backend/src ./backend/src
COPY backend/alembic ./backend/alembic
ENV PYTHONPATH=/app/backend/src