mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-05 04:50:12 +03:00
Added Dockerfile
This commit is contained in:
parent
e83175323b
commit
a2873892b0
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