File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,3 @@ RUN make -C _build html
1414FROM nginx:latest
1515
1616COPY --from=builder /www/_build/html /usr/share/nginx/html
17-
18-
Original file line number Diff line number Diff line change @@ -23,16 +23,12 @@ Pull requests are automatically built by [Platform.sh](https://platform.sh).
2323Docker
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-
You can’t perform that action at this time.
0 commit comments