Skip to content

Commit fe7f4f7

Browse files
authored
🔧 Add ENV PYTHONUNBUFFERED=1 to log output directly to Docker (#1378)
1 parent b67fb44 commit fe7f4f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.10
22

3+
ENV PYTHONUNBUFFERED=1
4+
35
WORKDIR /app/
46

57
# Install uv

0 commit comments

Comments
 (0)