An open API service indexing awesome lists of open source software.

https://github.com/deric/docker-nodejs-helloworld

node.js hello world example based on Debian
https://github.com/deric/docker-nodejs-helloworld

Last synced: about 1 year ago
JSON representation

node.js hello world example based on Debian

Awesome Lists containing this project

README

          

# 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
```