Skip to content

Commit 477bc29

Browse files
committed
feat: add Docker support with Dockerfile and .dockerignore
1 parent 3498d71 commit 477bc29

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

app_python/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
uvicorn==0.40.0
22
pydantic==2.12.5
33
fastapi==0.128.0
4-
pytest==9.0.2
4+
pytest==9.0.2
5+
ruff==0.15.0
6+
pytest-asyncio==1.3.0
7+
pytest-mock==3.15.1

app_python/tests/health_check/test_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import pytest
2-
from datetime import datetime, timezone, timedelta
2+
from datetime import datetime, timezone
33

44
from pytest_mock import MockerFixture
55
from routes.health_check.service import HealthCheckService

0 commit comments

Comments
 (0)