Disable stdout buffering
continuous-integration/drone Build was killed Details

This commit is contained in:
Lauri Võsandi 2022-10-29 22:41:57 +03:00
parent 9b86cda7db
commit 78dec73b6c
1 changed files with 1 additions and 0 deletions

View File

@ -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 <lauri@k-space.ee>"
ENV PYTHONUNBUFFERED=1