Skip to content

Commit

Permalink
🔧 Add ENV PYTHONUNBUFFERED=1 to log output directly to Docker (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Sep 27, 2024
1 parent b67fb44 commit fe7f4f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM python:3.10

ENV PYTHONUNBUFFERED=1

WORKDIR /app/

# Install uv
Expand Down

0 comments on commit fe7f4f7

Please sign in to comment.