git clone this; Run : docker build -t chat:chat ./ docker run -d --name chat -p 3000:3000 chat:chat start.sh
Dockerfile for socket.io chat example