FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7

RUN pip install boto3

COPY ./app /app