abhishekraoas / MCA-Alumni-Network

We are Creating a MCA Alumni Network where we can connect with the our Senior's / Alumni
https://mmmut-mca.vercel.app/
22 stars 47 forks source link

Dockerization of the project #150

Open vivekrawat21 opened 3 hours ago

vivekrawat21 commented 3 hours ago

Dockerize the project to ensure consistent deployment across environments. A Dockerfile will be added to containerize the application, bundling the code and dependencies into a lightweight, portable container. Benefits: Consistency: Ensures the project runs the same in all environments (development, testing, production). Simplified Deployment: Makes deploying easier by running the container anywhere Docker is installed. Portability: The container can be shared or deployed on any machine or cloud platform. Scalability: Easily scale the app by running multiple containers. Resource Efficiency: Containers are lightweight, using fewer resources than virtual machines. Steps: Add a Dockerfile to define the container environment. Build the Docker image. Run and test the app in a Docker container.

github-actions[bot] commented 3 hours ago

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

vivekrawat21 commented 3 hours ago

Please Assign me this issue under gssoc ext and hacktoberfest if possible