Example project with NodeJS
317
Example project with NodeJS
git clone https://github.com/ojaoferreira/nodejs-hello-world.git
cd nodejs-hello-world
npm install
node app.js
docker build -t nodejs-hello-world .
docker run -p 3000:3000 -d nodejs-hello-world
Content type
Image
Digest
Size
335.3 MB
Last updated
over 6 years ago
docker pull johnjohnofficial/nodejs-hello-world