Skip to content

Commit

Permalink
set PYTHONUNBUFFERED 1
Browse files Browse the repository at this point in the history
  • Loading branch information
portswigger-tim committed Sep 6, 2023
1 parent f2670c7 commit 1be50d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN apt-get update \
RUN python3.11 -m ensurepip --default-pip \
&& python3.11 -m pip install -r /wrapper/requirements.txt

ENV PYTHONUNBUFFERED 1

ENTRYPOINT ["python3.11", "/wrapper/main.py"]

0 comments on commit 1be50d5

Please sign in to comment.