mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
🔧 Add ENV PYTHONUNBUFFERED=1 to log output directly to Docker (#1378)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
FROM python:3.10
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
# Install uv
|
||||
|
||||
Reference in New Issue
Block a user