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
- Host: GitHub
- URL: https://github.com/deric/docker-nodejs-helloworld
- Owner: deric
- License: apache-2.0
- Created: 2014-10-05T12:10:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T01:04:31.000Z (almost 8 years ago)
- Last Synced: 2024-04-13T23:54:16.151Z (about 2 years ago)
- Language: Makefile
- Size: 11.7 KB
- Stars: 7
- Watchers: 4
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```