I didn’t know they have a Next.js Docker image. Why do we specifically need theirs? I roll my own based on node:lts-alpine via GitHub Actions and push it to my Docker registry on GitHub.
You don't but it makes productionizing easy, I just have to pull their latest image for every build and it should work, since it's their official image.