diff --git a/api/Dockerfile b/api/Dockerfile index 81296ee076..493b40af67 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -27,7 +27,7 @@ COPY api/providers ./providers COPY dify-agent/pyproject.toml dify-agent/README.md /app/dify-agent/ COPY dify-agent/src /app/dify-agent/src # Trust the checked-in lock during image builds; local path sources are copied from the repository context. -RUN uv sync --frozen --no-dev +RUN uv sync --frozen --no-dev --no-editable # production stage FROM base AS production