mirror of https://github.com/docker/compose.git
commit
eabca3d7b7
|
@ -21,7 +21,7 @@ reproduced anywhere:
|
|||
|
||||
FROM python:2.7
|
||||
WORKDIR /code
|
||||
ADD rements.txt /code/
|
||||
ADD requirements.txt /code/
|
||||
RUN pip install -r requirements.txt
|
||||
ADD . /code
|
||||
|
||||
|
|
Loading…
Reference in New Issue