🔧 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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