dub icon indicating copy to clipboard operation
dub copied to clipboard

added dockerfile for deploying app on container

Open captain-Akshay opened this issue 9 months ago • 5 comments

Issue #378

This commit includes a Dockerfile and a Docker Compose file to enhance the deployment of the app on a local setup.

However, there is still an issue with containerizing Next.js version 13.4.20-canary.31. To learn more and if you encounter a related issue, please visit https://github.com/vercel/next.js/issues?q=docker+.

I've also added a Docker Compose file with a MySQL server for communication between the containers and made a few minor changes to improve the development experience.

captain-Akshay avatar Sep 24 '23 06:09 captain-Akshay