File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1616 {
1717 "label" : " Serve Documentation" ,
1818 "type" : " shell" ,
19- "command" : " docker run -v \" ./.git:/app/.git\" -v \" ./docs:/app/docs\" -v \" ./.artifacts:/app/.artifacts\" --expose 8080 ghcr.io/elastic/docs-builder:edge serve" ,
19+ "command" : " docker run -v \" ./.git:/app/.git\" -v \" ./docs:/app/docs\" -v \" ./.artifacts:/app/.artifacts\" -p 8080: 8080 ghcr.io/elastic/docs-builder:edge serve" ,
2020 "problemMatcher" : [],
2121 "group" : {
2222 "kind" : " build" ,
Original file line number Diff line number Diff line change @@ -38,6 +38,5 @@ docker run -v "./.git:/app/.git" -v "./docs:/app/docs" -v "./.artifacts:/app/.ar
3838### Live mode
3939
4040``` bash
41- docker run -v " ./.git:/app/.git" -v " ./docs:/app/docs" -v " ./.artifacts:/app/.artifacts" \
42- --expose 8080 ghcr.io/elastic/docs-builder:edge serve
41+ docker run -v " ./.git:/app/.git" -v " ./docs:/app/docs" -v " ./.artifacts:/app/.artifacts" -p 8080:8080 ghcr.io/elastic/docs-builder:edge serve
4342```
You can’t perform that action at this time.
0 commit comments