clubgamma / Ticket-Booking

Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1 stars 10 forks source link

Containerized the project for easier deployment #12

Closed hetsonii closed 1 month ago

hetsonii commented 1 month ago

Pushing EXE files

Issue: Maintainers accidentally pushed .exe files in the repo which doesn't comply with the best practices. Fix: Added .gitignore file.

Deployment and Build

Containerized the project with docker for a streamlined build and easier deployment.

Docker usage

Added usage with docker in the README.md

soni-shashan commented 1 month ago

Great job on improving the repo by adding the .gitignore to prevent .exe files and containerizing the project with Docker! The Docker setup will make deployment easier and more consistent