Innovateninjas / Paws-frontend

A fast responsive webapp that allows you to report injured stray animals to the nearest NGOs.
https://pawss.vercel.app
GNU General Public License v3.0
60 stars 99 forks source link

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

Closed Ratangulati closed 2 months ago

Ratangulati commented 2 months ago

Is there an existing issue for this?

Feature Description

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

I will also be updating the docs for it.

Use Case

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.

Benefits

No response

Add ScreenShots

No response

Priority

High

Record

github-actions[bot] commented 2 months ago

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

codewarnab commented 2 months ago

their is already docker file in the backend but for the fronend i dont think it needed