GCC
💡
We recommend giving Container Stack a try — it's much easier than spinning up bare infrastructure. CStack also alleviates major compliance obligations by taking care of infrastructure security.
Applications built in NextJS can also be deployed as part of a Container or on a traditional Virtual Machine (VM).
Instructions
Build the application
npm install
npm run build
Install production dependencies
npm install --omit=dev
Run the production server
next start
Further Reading
More information about GCC and how to get onboard can be found here (opens in a new tab).