Add unbuffered Python env to Dockerfile
This commit is contained in:
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app.py .
|
||||
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
CMD ["python", "app.py"]
|
||||
Reference in New Issue
Block a user