diff --git a/web/agent/Dockerfile b/web/agent/Dockerfile index 17b8905..77df068 100644 --- a/web/agent/Dockerfile +++ b/web/agent/Dockerfile @@ -5,6 +5,8 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ WORKDIR /app +ENV PYTHONPATH=/app + # Copy dependency files COPY pyproject.toml uv.lock ./