For local development please do the following steps:
yarn
Then run local
yarn dev
Open Chrome and visit
localhost:3009
// Should get JSON date time back
localhost:3009/ping
// Should get JSON pong
docker build -t express-example .
docker run -p "3009:3009" express-example