This is a Next.js project bootstrapped with create-next-app. Run locally for development Install the dependencies npm install Run the development server npm run dev Run with Docker for production Build the container docker build -t nextjs-docker . Run the container docker run -p 3000:3000 nextjs-docker