Skip to content

Commit 79759c3

Browse files
committed
Minor reword
1 parent a6f4a2b commit 79759c3

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ RUN make -C _build html
1414
FROM nginx:latest
1515

1616
COPY --from=builder /www/_build/html /usr/share/nginx/html
17-
18-

README.markdown

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,12 @@ Pull requests are automatically built by [Platform.sh](https://platform.sh).
2323
Docker
2424
------
2525

26-
If you have Docker 17.05+ installed, you can build an image.
26+
You can build the doc locally with these commands:
2727

28-
```
28+
```bash
29+
# build the image...
2930
$ docker build . -t symfony-docs
30-
```
31-
32-
The built image may be served locally on [http//:127.0.0.1](http//:127.0.0.1) by running the command below.
3331

34-
```
32+
# ...and serve it locally on http//:127.0.0.1
3533
$ docker run --rm -p80:80 symfony-docs
3634
```
37-
38-

0 commit comments

Comments
 (0)