FROM python:3.11-slim WORKDIR /app COPY dashboard/harness-dashboard.py . EXPOSE 3001 CMD ["python3", "harness-dashboard.py"]