Skip to content

Next.js boilerplate for macOS/Linux/Windows development and Alpine Linux Container deployments to production!

License

Notifications You must be signed in to change notification settings

rennanribeiro/nextjs-docker

 
 

Repository files navigation

NextJS and Docker

Enjoy!

Dev

npm i && npm run dev

Prod

Build your containers for deploys:

MacOS/Linux

./scripts/prod.sh

Windows

./scripts/prod.bat

Now that your container is built, you can test it locally:

docker run -p 3000:3000 nextjs-docker

Now deploy 🚀

About

Next.js boilerplate for macOS/Linux/Windows development and Alpine Linux Container deployments to production!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.2%
  • Dockerfile 26.1%
  • Shell 15.9%
  • Batchfile 3.8%