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