abhijeetnishal / URLShortener

URL Shortener Deployed Link 👇🏻
https://urlsrtner.vercel.app
MIT License
37 stars 60 forks source link

[Feature Request]: Integrating Docker into the project #198

Closed Ratangulati closed 2 months ago

Ratangulati commented 3 months ago

Docker is a must for open-source projects nowadays as it has its benefits.

Use Case Dockerfile has many benefits but consistency and isolation stand out the most.

Docker allows you to package your entire application, including its dependencies, into a single container. That makes sure your application will run across different environments. another benefit is that it runs in its environment without interfering with other applications or the host system.

I will also be updating the docs for it.

github-actions[bot] commented 3 months ago

Congratulations, @Ratangulati! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

abhijeetnishal commented 2 months ago

Hey @Ratangulati, there is an issue #38 for the docker, contribute to other issues.

Closing this issue as duplicate.