Dockerfile for building node.js application

Building

docker build -t [tag] .

Running

docker run -it --rm -p 3000:3000 [tag]