Sign inSign up

johnjohnofficial/nodejs-hello-world

By johnjohnofficial

•Updated over 6 years ago

Example project with NodeJS

Image
0

317

johnjohnofficial/nodejs-hello-world repository overview

⁠nodejs-hello-world

Example project with NodeJS

⁠Running the project

git clone https://github.com/ojaoferreira/nodejs-hello-world.git⁠

cd nodejs-hello-world

npm install

node app.js

⁠Docker build image

docker build -t nodejs-hello-world .

⁠Running docker image

docker run -p 3000:3000 -d nodejs-hello-world

Tag summary

Content type

Image

Digest

Size

335.3 MB

Last updated

over 6 years ago

docker pull johnjohnofficial/nodejs-hello-world