Temp: Disable python buffering

So that we can debug based on stdout
This commit is contained in:
Mehran Kholdi 2020-04-24 00:57:12 +04:30
parent da2856237b
commit 73a618228b
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ ADD ./ ./
ENTRYPOINT ["/usr/bin/env", "python3", "/app/rawfile.py"]
CMD ["csi-driver"]
ENV PYTHONUNBUFFERED 1