This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev Docker commands Build the image docker build -t nextjs-multistage:latest . Run the image docker run -p 3001:3000 -d nextjs-multistage:latest