feat: deploy demo test

This commit is contained in:
tao.chen
2026-07-28 13:57:54 +08:00
parent af74f2f242
commit 128aa7563f
6 changed files with 77 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ COPY pyproject.toml uv.lock ./
COPY common ./common
COPY runtime ./runtime
RUN uv sync --frozen --no-dev --package backend
RUN UV_DEFAULT_INDEX="https://pypi.tuna.tsinghua.edu.cn/simple/" uv sync --frozen --no-dev --no-editable --package runtime
EXPOSE 8001