Disable python buffer for stdout/stderr
Change-Id: I6f4a0aaf192df76d21c72529c92b6419c9f4b08d
This commit is contained in:
parent
0f7520b88c
commit
ebe601b8f5
@ -9,5 +9,5 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENTRYPOINT ["python"]
|
||||
ENTRYPOINT ["python", "-u"]
|
||||
CMD ["server.py"]
|
||||
|
Loading…
Reference in New Issue
Block a user