brewman-docker/web/Dockerfile.local

16 lines
210 B
Docker
Raw Normal View History

2016-01-31 08:33:28 +00:00
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