brewman-docker/web/Dockerfile

15 lines
266 B
Docker
Raw Normal View History

2016-01-30 09:55:16 +05:30
FROM python:3
MAINTAINER tanshu
ENV PYTHONUNBUFFERED 1
2016-01-31 14:03:28 +05:30
RUN git clone --depth=1 http://git.tanshu.com/tanshu/brewman.git \
2016-01-30 09:55:16 +05:30
&& pip install -r brewman/requirements.txt
2016-01-30 10:29:32 +05:30
WORKDIR /brewman
2016-01-31 14:03:28 +05:30
RUN python setup.py install
CMD /usr/local/bin/pserve /brewman/container.ini