FROM python:3.12-slim WORKDIR /app RUN pip install --no-cache-dir rich COPY cli.py . CMD ["python3", "cli.py"]