ruxailab / web-eye-tracker-front

MIT License
6 stars 22 forks source link

Add Docker Support to enhance developer experience #38

Open asr2003 opened 3 months ago

asr2003 commented 3 months ago

Title: Adding Docker Support to web-eye-tracker-front

Description:

Problem: web-eye-tracker-front currently lacks Docker support, hindering its ease of deployment and scalability. Adding Docker support is essential to streamline the deployment process and make it more accessible to a broader audience.

Solution: Implementing Docker support for web-eye-tracker-front would involve creating a Dockerfile and configuration to package the application into a Docker container. This containerization would simplify deployment, improve consistency across environments and enhance scalability.

Approach: To achieve Docker support for web-eye-tracker-front, we can follow these steps:

  1. Create a Dockerfile specifying the necessary dependencies and configuration.
  2. Configure the application to work seamlessly within a Docker container.
  3. Document the steps for building and running web-eye-tracker-front using Docker in the project's README.

Additional Context: Adding Docker support aligns with modern development practices, making it easier for developers to set up and run web-eye-tracker-front in various environments. Docker containers provide isolation, portability, and reproducibility, contributing to a more robust and user-friendly development and deployment experience.

asr2003 commented 3 months ago

@hvini @KarinePistili I would like to work on this issue

Jaishree2310 commented 3 months ago

@asr2003 I have a good experience with this issue, can you please assign this to me?

asr2003 commented 3 months ago

@KarinePistili @hvini Any insights on it?

asr2003 commented 3 months ago

@KarinePistili

hvini commented 3 months ago

Hello @asr2003,

we never considered using docker on the front app cause we already have the environment properly configured, but for those who don't have it could be a good idea. your steps seems good, so, i will assign to you and then you can open a PR when you finish

KarinePistili commented 2 months ago

Hello @asr2003 will you able to work on this?

asr2003 commented 2 months ago

Yes @KarinePistili. I have exams right now and will be submit a PR on this weekend :)

KarinePistili commented 2 months ago

Great! We will wait for you then ;)