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