Update comments

This commit is contained in:
yangdx
2025-10-16 14:24:51 +08:00
parent ef6ed429ed
commit 8e3497dcbf

View File

@@ -74,6 +74,7 @@ COPY uv.lock .
ENV PATH=/app/.venv/bin:/root/.local/bin:$PATH
# Sync dependencies inside the final image using uv
# And ensure pip is available for runtime installs
RUN uv sync --frozen --no-dev --extra api --no-editable \
&& /app/.venv/bin/python -m ensurepip --upgrade