This repository contains a Dockerized Next.js application, ready for production deployment.
git clone https://github.com/roladev/Dockerized-NextJS.git
cd Dockerized-NextJS
docker build -t nextjs-app .
docker run -p 3000:3000 nextjs-app
Visit the app at http://localhost:3000.
Create a .env file based on .env.example to configure environment variables.
npm run dev