fix: install dev deps (fastapi-cli) in honcho image
This commit is contained in:
@@ -18,8 +18,7 @@ WORKDIR /app
|
|||||||
ENV UV_COMPILE_BYTECODE=1
|
ENV UV_COMPILE_BYTECODE=1
|
||||||
ENV UV_LINK_MODE=copy
|
ENV UV_LINK_MODE=copy
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
RUN uv sync --frozen
|
||||||
uv sync --frozen --no-group dev
|
|
||||||
|
|
||||||
# --- runtime stage ---
|
# --- runtime stage ---
|
||||||
FROM python:3.13-slim-bookworm
|
FROM python:3.13-slim-bookworm
|
||||||
|
|||||||
Reference in New Issue
Block a user