FROM python:3.9.1 ADD . /app WORKDIR /app RUN pip install -r requirements.txt