Trying to to start docker container locally:
Dockerfile:
FROM python:3.6 ENV PYTHONBUFFERED 1 WORKDIR /app ADD . /app COPY ./requirements.txt /app/