🔧 Add ENV PYTHONUNBUFFERED=1 to log output directly to Docker (#1378)

This commit is contained in:
Sebastián Ramírez
2024-09-27 18:10:59 +02:00
committed by GitHub
parent b67fb44e5b
commit fe7f4f7949

View File

@@ -1,5 +1,7 @@
FROM python:3.10 FROM python:3.10
ENV PYTHONUNBUFFERED=1
WORKDIR /app/ WORKDIR /app/
# Install uv # Install uv