Adding node.js to installed Appserver containers
For node.js v14.x:
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt-get install -y nodejs
# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejs
For details and other versions of node.sj see - https://github.com/nodesource/distributions/blob/master/README.md