diff --git a/Dockerfile b/Dockerfile index 1b644c5..9e5f920 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,6 @@ -FROM node:18-alpine +FROM node:18-bookworm +# For an in depth guide on configuring the base node image, see the official Next.js with-docker example here: +# https://github.com/vercel/next.js/tree/canary/examples/with-docker RUN npm install -g pnpm