How I build my personal website using containers with a Makefile

The make utility and its related Makefile have been used to build software for a long time. The Makefile defines a set of commands to run, and the make utility runs them. It is similar to a Dockerfile or Containerfile—a set of commands used to build container images.

Source: LXer – How I build my personal website using containers with a Makefile