Node.js + MySQL on Docker

Just a quick-start template for a Node.js application with MySQL, built on Docker.

Quick Start

Build and run:

~ make up

Build and run without docker cache:

~ make up-no-cache

Stop docker images:

~ make stop