Skip to content

Commit 73a82da

Browse files
authored
Update links in README.md to include docs page and Node official page
Added links to Node.js resources in the README.
1 parent 092fa59 commit 73a82da

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ Will build a production ready image. Image runs `npm install` & `npm build` when
3737
### Notes
3838

3939
- If you are using packages that use native libraries (like `node-canvas` e.g.), it is a good idea to switch the `Dockerfile` and `Dockerfile.dev` to use `node:XX` instead of `node:XX-slim`. You can also add any missing libraries with `RUN apt update && apt install -y <package>` in the dockerfiles.
40+
41+
## Links
42+
43+
- [Adding Node.js to a project](https://docs.diploi.com/building/components/nodejs)
44+
- [Node official page](https://nodejs.org/en)

0 commit comments

Comments
 (0)