This Node AppDemo has been built to create a CI Demo with GitHub and circleCI.
This App run uses Nodejs. And we have a Dockerfile to built a Docker images and run our App Demo in a container. We are using the version 19-alpine3.16 of Node Images, you can find more information in Docker Hub. To run our app we must execute 'npm run dev' We are exposing port 3000, from the container side.