-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feat: Adding Dockerfile for easy usage/installation of Project in any environment #60
Comments
Can you please explain more about it? what changes does it do? what are the advantages and how will it impact? Will there be any prerequisites for contributors after we do this? |
@vansh-codes Impact: Smoother onboarding, reduced setup issues, and improved cross-system compatibility. |
Brother not everyone has dockers installed, even i dont have dockers installed in my system, i guess it will force the contributors to install dockers first making it more complex for them which will hinder the contribution rate in the project |
Hello @mayank-0407! Your issue #60 has been successfully closed. ✅ Thank you for your contribution and helping us improve the project! If you have any more ideas or run into other issues, feel free to open a new one. Happy coding! 🚀 |
@vansh-codes Adding a Dockerfile provides an optional, flexible way to run the project in an isolated container without requiring Docker for existing workflows. Contributors can continue running the project as usual or use Docker if they prefer. This setup especially helps in future scenarios, like Node.js version mismatches, ensuring a consistent environment and eliminating compatibility issues. Impact: Docker offers smoother onboarding and cross-system compatibility, while staying optional for contributors. |
Describe the feature
We can add a Dockerfile to easily use this project in an isolated container, and run the project with 1 command.
Add ScreenShots
Record
The text was updated successfully, but these errors were encountered: