FROM docker.io/library/python:3.13

COPY tickertape.zapp /usr/bin/tickertape

ENTRYPOINT ["/usr/bin/tickertape"]