fix: build error

This commit is contained in:
tao.chen
2026-08-14 17:16:53 +08:00
parent de1682c00d
commit 45cb2f8409
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ COPY common ./common
COPY backend ./backend
COPY alembic.ini ./
COPY migrations ./migrations
RUN uv sync --frozen --no-dev --package runtime
EXPOSE 8000