set python unbuffered to get logging output on runtime
This commit is contained in:
parent
cb8f288f39
commit
9ed29ee9c4
|
|
@ -8,4 +8,4 @@ USER python
|
|||
COPY *.py requirements.txt /
|
||||
RUN pip --disable-pip-version-check install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python", "run.py"]
|
||||
ENTRYPOINT ["python", "-u", "run.py"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user