Docker
NodeJS, Docker, Github Actions for Auto Build and push to Github Container Registry
NodeJS, Docker, Github Actions for Auto Build and push to Github Container Registry This is a quick writeup on how to dockerize a nodejs application, using Github Actions to automatically build when you push to the main branch, and publish your image to Github Container Registry (ghcr) Create the dockerfile Read more