FROM tiangolo/uvicorn-gunicorn-fastapi:python3.7
MAINTAINER Kwonyul.Choi

COPY ./app /app

WORKDIR /app

RUN pip install -r requirements.txt