FROM python:3.11.0a6-alpine3.15
ADD . /code
WORKDIR /code
RUN pip install -r requirements.txt
CMD python app.py