SaiyamTuteja / Faculty_Evaluation_System

MIT License
33 stars 49 forks source link

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

Open Ratangulati opened 1 week ago

Ratangulati commented 1 week ago

Describe the feature

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.

Add ScreenShots

A SS of dockerfile running for my another project. Screenshot 2024-07-07 at 8 06 11 PM

Record

github-actions[bot] commented 1 week ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.