File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Through the `serve` command you can continuously and partially compile your docu
6363
6464``` bash
6565docker run -v " ./.git:/app/.git" -v " ./docs:/app/docs" -v " ./.artifacts:/app/.artifacts" \
66- --expose 8080 ghcr.io/elastic/docs-builder:edge serve
66+ -p 8080: 8080 ghcr.io/elastic/docs-builder:edge serve
6767```
6868
6969Each page is compiled on demand as you browse http://localhost:8080 and is never cached so changes to files and
@@ -148,4 +148,4 @@ The resulting binary `./.artifacts/publish/docs-builder` will run on machines wi
148148To test performance it's best to build the binary and run outside of docker :
149149
150150For refence here's the `markitpy-doc` docset (50k markdown files) currently takes `14s` vs `several minutes` compared to
151- existing surveyed tools
151+ existing surveyed tools
You can’t perform that action at this time.
0 commit comments