-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#issue 120 Add Docker Setup for Frontend and Backend #132
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@dhairyagothi done with docker thing |
@PankajKumardev please also update |
bro , all the files that i added , it doesnot need .gitignore because all files are important |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to Station Guide. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
fixes #120
This PR introduces Docker configuration for both the frontend (Vite) and backend (Node.js) applications. The setup simplifies the process of running the project in isolated containers for development.
Docker Setup Instructions:
Build containers: docker-compose build
Start containers: docker-compose up
Access frontend: http://localhost:5173
Access backend: http://localhost:3000
Stop containers: docker-compose down