Bhanu-code / OpenUIMS

Open Source University Information Management System
MIT License
4 stars 14 forks source link

Containerize openUIMS #15

Open Madhurchandran opened 2 weeks ago

Madhurchandran commented 2 weeks ago

What would you like to be added?

Add a Dockerfile and potentially Docker Compose to containerize OpenUIMS. This will enable consistent workflows across environments (dev, test, production) and simplify deployment with a single build/run command. It will also make it easier for new contributors to run the app locally.

Why is this needed?

Containerization allows applications to run consistently across environments with minimal configuration. It is easy for developers to manage dependencies, deployments.

Bhanu-code commented 2 weeks ago

@Madhurchandran docker file will be added after a certain extent of development

Madhurchandran commented 2 weeks ago

@Bhanu-code Understood. If you'd like, I can start on creating the Dockerfile and Docker Compose configuration. Could you please assign this task to me?