mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Merge a2873892b0
into fd72a814f8
This commit is contained in:
commit
3f6811eae2
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user