Deploy on Docker locally
In the project folder, run:
docker build -t round-table .
docker run -d -p 3000:3000 --name round-table round-table
Then visit http://localhost:3000/
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform (opens in a new tab) from the creators of Next.js.
Check out our Next.js deployment documentation (opens in a new tab) for more details.