-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added dockerfile for deploying app on container #391
added dockerfile for deploying app on container #391
Conversation
@captain-Akshay is attempting to deploy a commit to the Elegance Team on Vercel. A member of the Team first needs to authorize it. |
@captain-Akshay we recently refactored the codebase to a monorepo via Turborepo – can we refactor this PR please? |
sure let me take a look |
If this issue is not solved ,please assign it to me |
apologies for the delay i was busy with some intern work i will finish it up by today! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't think this change is required
@captain-Akshay any update? ☺ |
Finishing this PR would be great for the community. thank you all guys!!! |
Sorry I'm currently busy with something else, you can gladly take this one |
i see the issue has been closed, has it been merged and is it done? |
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.