FROM python:3.13-bookworm COPY ./src /src RUN pip install -r requirements.txt CMD [ "python", "/src/main.py" ]