Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
* use docker exec with root user in docs build
  • Loading branch information
ciatph committed Sep 12, 2024
1 parent 0c04cbb commit e1a3738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,12 @@ The class documentation uses [JSDoc](https://jsdoc.app/) annotations where appli
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>
```bash
npm run docs:install
docker exec -u root -it ph-municipalities npm run docs:install
```
3. Build the documentation. Refer to the [**npm run docs:build**](#npm-run-docsbuild) script usage for more information.<br>
```bash
npm run docs:build
docker exec -u root -it ph-municipalities npm run docs:build
```
### Using NodeJS
Expand Down

0 comments on commit e1a3738

Please sign in to comment.