A simple Docker image to run to test the container, it print logs in stdout and stderr and to check container status.
$ npm run build
or $ docker build -t hello-oxie .
$ docker run hello-oxie
It will print logs in stdout and stderr and then stay running.