Set up CI/CD with GitHub, Docker, and Jenkins.
In this tutorial, we are going to build and run a simple Node.js app on our (local or remote) server using docker, triggering the build from a GitHub repository git push event, using Jenkins. Setup Docker: https://docs.docker.com/engine/install Setup Jenkins: https://www.jenkins.io/doc/book/installing Step 1) Node App: 4 Files to be created: 1- server.js The app simply is …
