joschan21 / breadit

Modern Fullstack Reddit Clone in Next.js 13 & TypeScript
1.06k stars 261 forks source link

Add Dockerfile for containerization #34

Open SmolSoftBoi opened 7 months ago

SmolSoftBoi commented 7 months ago

This pull request introduces Docker integration into the breadit project. A Dockerfile has been added to establish a consistent Node.js environment, ensuring seamless deployment. The Dockerfile handles dependency installation and the preparation of the Next.js production build, streamlining the deployment workflow. This integration is aimed at enhancing the overall efficiency of the deployment process.

I welcome any feedback and suggestions for further enhancements.