How to Dockerize a NextJs application?
Hello there,
In this tutorial I would be walking you through "Dockerizing you NextJs application from start to finish.
1. Create a NextJs application
npx create-next-app docker_next
After installation
Let's go ahead and personalize the application ...
dev21.hashnode.dev4 min read