FROM python:3.12-alpine
COPY agent.py /agent.py
CMD ["python", "-u", "/agent.py"]
