Simple node + puppeter ready docker image
Use a NodeJs 20.x image
$ docker pull ghcr.io/billinteam/node-puppeter-image:latest
Use a NodeJs 20.x image
$ docker pull ghcr.io/billinteam/node-puppeter-image:2.20.1
Use a NodeJs 16.x image
$ docker pull ghcr.io/billinteam/node-puppeter-image:2.10
1 - Modify Dockerfile with the needed version and apt-get installations.
2 - Modify the last line at '.github/workflows/publish.yml' to provide the version number.
3 - Commit and push over main branch.