Skip to content

Commit e1a3738

Browse files
committed
docs: update README
* use docker exec with root user in docs build
1 parent 0c04cbb commit e1a3738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,12 @@ The class documentation uses [JSDoc](https://jsdoc.app/) annotations where appli
551551

552552
2. Install the dependencies for JSDoc. Suceeding builds will not need to install dependencies after an initial installation. Refer to the [**npm run docs:install**](#npm-run-docsinstall) script usage for more information.<br>
553553
```bash
554-
npm run docs:install
554+
docker exec -u root -it ph-municipalities npm run docs:install
555555
```
556556

557557
3. Build the documentation. Refer to the [**npm run docs:build**](#npm-run-docsbuild) script usage for more information.<br>
558558
```bash
559-
npm run docs:build
559+
docker exec -u root -it ph-municipalities npm run docs:build
560560
```
561561

562562
### Using NodeJS

0 commit comments

Comments
 (0)