From 78dec73b6cb58308cf6c1df001f4cc600c741baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 29 Oct 2022 22:41:57 +0300 Subject: [PATCH] Disable stdout buffering --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c643d33..57b5530 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,3 +19,4 @@ RUN pip3 install --no-index /wheels/*.whl && rm -Rfv /wheels LABEL name="k-space/microservice-base" \ version="rc" \ maintainer="Lauri Võsandi " +ENV PYTHONUNBUFFERED=1