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

https://github.com/melihs/nodejs-dockerize

make to dockerize nodejs project
https://github.com/melihs/nodejs-dockerize

docker-image dockerfile dockerize nodejs

Last synced: 7 months ago
JSON representation

make to dockerize nodejs project

Awesome Lists containing this project

README

          

## Libraries in the Project
nodemon https://github.com/remy/nodemon

## Usage

```
$ docker build -t melih/node:hello-docker .

$ docker run -d -p 8080:3000 --name hello-docker-app melih/node:hello-docker

```
## Open browser
http://localhost:8080/

![console-based node.js application](demo.png)