Update comments
This commit is contained in:
parent
ef6ed429ed
commit
8e3497dcbf
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ COPY uv.lock .
|
||||||
ENV PATH=/app/.venv/bin:/root/.local/bin:$PATH
|
ENV PATH=/app/.venv/bin:/root/.local/bin:$PATH
|
||||||
|
|
||||||
# Sync dependencies inside the final image using uv
|
# 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 \
|
RUN uv sync --frozen --no-dev --extra api --no-editable \
|
||||||
&& /app/.venv/bin/python -m ensurepip --upgrade
|
&& /app/.venv/bin/python -m ensurepip --upgrade
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue