This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
docker build -t nextjs-docker .
Than run the docker image:
docker run -p 3000:3000 nextjs-docker