FROM python:3.10

COPY entrypoint.sh /entrypoint

RUN mkdir /app

WORKDIR /app

ENTRYPOINT ["/entrypoint"]