mirror of https://github.com/docker/compose.git
Fix typo in extends.md
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
e0103ac0d4
commit
ad9c5ad938
|
@ -145,8 +145,7 @@ Defining the web application requires the following:
|
||||||
FROM python:2.7
|
FROM python:2.7
|
||||||
ADD . /code
|
ADD . /code
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
RUN pip install -r
|
RUN pip install -r requirements.txt
|
||||||
requirements.txt
|
|
||||||
CMD python app.py
|
CMD python app.py
|
||||||
|
|
||||||
4. Create a Compose configuration file called `common.yml`:
|
4. Create a Compose configuration file called `common.yml`:
|
||||||
|
|
Loading…
Reference in New Issue