SolutionsAI420/AI-Note-Summarizer-Web-App

Containerize the application using Docker

Aberta

#13 aberto em 13 de out. de 2025

 (0 comentário) (0 reação) (0 responsável)Python (5 forks)auto 404
enhancementhelp wanted

Métricas do repositório

Stars
 (0 estrela)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

To ensure a consistent and reproducible development environment for all contributors and to simplify deployment, the application should be containerized. Create a Dockerfile for the frontend service.

Create a Dockerfile for the backend service.

Create a docker-compose.yml file that orchestrates both services, allowing a contributor to get the entire application running with a single docker-compose up command.

Update the README.md or CONTRIBUTING.md with instructions on how to use Docker for local development.

Guia do colaborador