This is a sample project to show how an Express application can be run inside a Docker container with livereloading and debug support.
$ docker-compose up
Application runs on http://localhost:3000.
To debug the application press F5 in vscode while the container is running.