FROM python:3 MAINTAINER tanshu ENV PYTHONUNBUFFERED 1 COPY src /brewman WORKDIR /brewman RUN pip install -r requirements.txt RUN python setup.py install CMD /usr/local/bin/pserve /brewman/container.ini