oss-slu/MORPH

Dockerize the Application (after Flask setup)

Open

#6 建立於 2025年9月8日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (1 fork)auto 404
good first issue

倉庫指標

Star
 (2 star)
PR 合併指標
 (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

貢獻者指南