This is a Next.js project bootstrapped with create-next-app.
- Install the dependencies
npm install- Run the development server
npm run dev- Build the container
docker build -t nextjs-docker .- Run the container
docker run -p 3000:3000 nextjs-docker| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a Next.js project bootstrapped with create-next-app.
npm installnpm run devdocker build -t nextjs-docker .docker run -p 3000:3000 nextjs-docker