oss-slu/MORPH

Dockerize the Application (after Flask setup)

开放

#6 创建于 2025年9月8日

 (3 条评论) (0 个反应) (0 位负责人)Python (1 个派生)auto 404
good first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南