algovengers / Hairify

https://hairify-ai.vercel.app
16 stars 35 forks source link

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

Open Ratangulati opened 4 months ago

Ratangulati commented 4 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 4 months ago

Hello @Ratangulati,

Thanks for creating this issue and contributing to Hairify!

We will review your issue soon and provide feedback.

If you're interested in working on this issue, make sure you get yourself assigned before starting your work.

Please ensure that you have followed the contributing guidelines for a smooth review process.