mirror of
https://github.com/docker/compose.git
synced 2025-12-11 07:50:41 +01:00
commit
eabca3d7b7
@ -21,7 +21,7 @@ reproduced anywhere:
|
|||||||
|
|
||||||
FROM python:2.7
|
FROM python:2.7
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
ADD rements.txt /code/
|
ADD requirements.txt /code/
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
ADD . /code
|
ADD . /code
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user