The Wayback Machine - https://web.archive.org/web/20201107120041/https://github.com/praveenweb/node-docker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

A simple Hello World app written in Node.js (Express).

Contains Dockerfiles for Development (with Hot Reloading) and Production.

Build and run using any dockerfile:

$ docker build -f [dockerfile] -t node-docker .
$ docker run --rm -it -p 8080:8080 node-docker
You can’t perform that action at this time.