Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

propertyguru/docker-nodejs-helloworld

 
 

Repository files navigation

Docker node.js example app

To build a container:

$ make build

Following command will start Docker image in background

$ make run

you can test it with:

$ make test

or simply run:

curl -v localhost:43567

About

node.js hello world example based on Debian

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 50.4%
  • Makefile 25.2%
  • JavaScript 24.4%