Categories:

Add node to linuxserver.io container

To add node to existing docker run

apk update
apk add --update nodejs npm
npm install 22 # or prefered verison

Now navigate to project folder and run

npm install
npm run build

😀

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *