This commit is contained in:
Jonathan Liuti 2017-04-17 17:47:43 +00:00 committed by GitHub
commit 3f6811eae2

10
Dockerfile Normal file
View File

@ -0,0 +1,10 @@
FROM python:2.7
ADD . /source
WORKDIR /source
RUN pip install tox
RUN pip install -r requirements.txt
RUN pip install --upgrade "Django<1.9"
CMD bash