oss-slu/MORPH

Dockerize the Application (after Flask setup)

Open

#6 aberto em 8 de set. de 2025

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (1 fork)auto 404
good first issue

Métricas do repositório

Stars
 (2 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Description

To ensure the application can run consistently across all team members’ machines and future deployments, we need to containerize it using Docker. This avoids dependency conflicts and simplifies setup for everyone working on the project.

Acceptance Criteria:

  • A Dockerfile is added to the project.

  • .dockerignore excludes unnecessary files like .venv and _pycache_

  • Running docker build successfully creates a Docker image.

  • Running the container allows access to the app via a web browser.

Note

Guia do colaborador