Skip to content

Commit b813590

Browse files
committed
Remove Python buffering
1 parent fafc28f commit b813590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update -y && apt-get install -y --no-install-recommends curl
55
# reduce the number of celery warnings
66
RUN useradd celery
77

8-
ENV PIPENV_VENV_IN_PROJECT=1
8+
ENV PYTHONUNBUFFERED=1 PIPENV_VENV_IN_PROJECT=1
99

1010
COPY Pipfile .
1111
COPY Pipfile.lock .

0 commit comments

Comments
 (0)