FROM python:3.6

WORKDIR    /var/app
COPY       . .

RUN        pip install setuptools --upgrade
RUN        pip install -r reqs.pip