Small hello world basic project. After running open localhost:8080
in the browser and you will received a text file with the text: Hello World
.
Install nodejs
Install packages with npm install
Run application with command npm start
Build and push Docker image:
docker build -t paddy310896/hello-world .
docker psuh paddy310896/hello-world .