A simple application that creates log entries.
In order to this app locally you'll need node.
Install app dependencies
npm installrun the application
npm run startIn order to run this container you'll need docker.
In order to run the app using a docker container, we should first build the image
docker build . -t logs-onboarding-demo-appthen run the container
docker run -d logs-onboarding-demo-app