mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
Merge pull request #1411 from aanand/fix-extends-docs
Fix typo in extends.md
This commit is contained in:
commit
d5c9626040
@ -145,8 +145,7 @@ Defining the web application requires the following:
|
||||
FROM python:2.7
|
||||
ADD . /code
|
||||
WORKDIR /code
|
||||
RUN pip install -r
|
||||
requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
CMD python app.py
|
||||
|
||||
4. Create a Compose configuration file called `common.yml`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user