From b517c6939fd9905374bdcd807a011234355c998c Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sat, 13 Dec 2025 06:36:16 +0100 Subject: [PATCH] allow running commands in docker run --- web/agent/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) 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 ./