This repo contains the code for a simple Node TODO application. It is designed to be used in the Chainguard Learning Labs course, where we will walk through converting it to use Chainguard Images.
There are different versions of this code in various branches:
main
is a standard Docker build with thenode
imagechainguard_node
is a standard Docker build with thecgr.dev/chainguard/node
imagechainguard-multistage-node
is a multistage Docker build