Skip to content

Commit c244733

Browse files
committed
fix: set PYTHONUNBUFFERED=1 for Docker log output
1 parent 5c5c2ea commit c244733

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM python:3.13-slim
22

33
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
44

5+
ENV PYTHONUNBUFFERED=1
6+
57
WORKDIR /app
68

79
COPY pyproject.toml uv.lock README.md ./

0 commit comments

Comments
 (0)