FROM python:3.12-slim RUN pip install uv WORKDIR /app COPY . . RUN uv sync --no-dev CMD ["uv", "run", "xtrm-agent", "serve"]