KeyPass
KeyPass copied to clipboard
Dockerize this application
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
- Docker containers would make it easier to deploy our application on various cloud platforms.
- Developers can work in identical environments, reducing the "it works on my machine" issue.
- We can automate testing and deployment workflows more effectively with Docker.
I totally agree !
How can it improve this app deployment process?
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