Disable python buffer for stdout/stderr

Change-Id: I6f4a0aaf192df76d21c72529c92b6419c9f4b08d
changes/36/484336/1
Lingxian Kong 6 years ago
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…
Cancel
Save