diff --git a/Dockerfile b/Dockerfile index 35a3870..f7f8ee9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ COPY alembic/ alembic/ COPY alembic.ini . COPY README.md . RUN --mount=type=cache,target=/root/.cache/uv \ - uv sync --frozen --no-dev + uv sync --frozen --no-dev --no-editable FROM python:3.12-slim-bookworm