First we will build and run a docker image.
Inside the application
folder run the below steps:
npm run image:build
npm run image:run
- In a browser open http://localhost:3000
Once you have verified it has worked you can stop the image with
docker ps
docker stop <our container id>