Skip to content

Commit

Permalink
add ENV PYTHONUNBUFFERED 1 at Dockerfile of gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebamus committed Jun 28, 2024
1 parent b4e0f7c commit 3b69246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/gunicorn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ RUN ln -s /usr/local/bin/python3.11.4 /usr/bin/python3
RUN ln -s /usr/local/bin/python3.11.4 /usr/local/bin/python
RUN ln -s /usr/local/bin/python3.11.4 /usr/local/bin/python3

ENV PYTHONUNBUFFERED 1

# create links to pip3.11
RUN ln -s /usr/local/bin/pip3.11 /usr/bin/pip
RUN ln -s /usr/local/bin/pip3.11 /usr/bin/pip3
Expand Down

0 comments on commit 3b69246

Please sign in to comment.