brewman-docker/web/Dockerfile

13 lines
228 B
Docker
Raw Normal View History

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