Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 282 Bytes

Node Hello World

Simple node.js app that servers "hello world"

Great for testing simple deployments to the cloud

Run It

npm start

Dockerfile

Test it with your latest CI or CD tools and Github integrations!

building the image:

docker build -t hello-world .