ixartz / Next-js-Boilerplate

🚀🎉📚 Boilerplate and Starter for Next.js 14+ with App Router and Page Router support, Tailwind CSS 3.4 and TypeScript ⚡️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨
https://nextjs-boilerplate.com
MIT License
8.7k stars 1.67k forks source link

Is possible to dockerize application base on this project ? #272

Closed jpeace08 closed 4 months ago

jpeace08 commented 4 months ago

I want to deploy my application with Docker. How do I configure it to do so?

ixartz commented 4 months ago

It's totally possible to dockerize the application, the project is just a Next.js application. It's like Dockerize a Next.js app, nothing special.