clubgamma / Ticket-Booking

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

Containerized the project for easier deployment #12

Closed hetsonii closed 5 days ago

hetsonii commented 5 days 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 5 days 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