-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Dockerize this application #722
Comments
I totally agree ! |
How can it improve this app deployment process? |
DevOps like me can simply run docker-compose.yml instead of language specific commands! Also how do I run this , I couldn't find installation part on readme! I can dockerize this if you can provide some instructions on how to run this locally? |
Sure, you can see github actions for it. |
I have gotten it setup and working locally. Can I take up this issue if nobody is working on it? @yogeshpaliyal |
Sure @divyampahujaa |
Could I get some more clarity regarding our goals for dockerisation please? Should the container be focused on running the tests for continuous testing, generating an APK file, or enabling the app to run within the container itself? |
I also didn't understand the issue correctly |
Is your feature request related to a problem? Please describe.
I'd like to suggest Dockerizing our application to improve deployment and maintainability.
Describe the solution you'd like
Dockerization offers numerous benefits, including enhanced portability, consistent environments across different stages of development, and simplified dependency management. It can also help with scaling our application more efficiently
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: