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
14
14
FROM nginx:latest
15
15
16
16
COPY --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).
23
23
Docker
24
24
------
25
25
26
- If you have Docker 17.05+ installed, you can build an image.
26
+ You can build the doc locally with these commands:
27
27
28
- ```
28
+ ``` bash
29
+ # build the image...
29
30
$ 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.
33
31
34
- ```
32
+ # ...and serve it locally on http//:127.0.0.1
35
33
$ docker run --rm -p80:80 symfony-docs
36
34
```
37
-
38
-
You can’t perform that action at this time.
0 commit comments