Docker
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 Inside your nodejs app run: touch dockerfile Add the folllowing code (change the Read more…