Temp: Disable python buffering
So that we can debug based on stdout
This commit is contained in:
parent
da2856237b
commit
73a618228b
@ -10,3 +10,4 @@ ADD ./ ./
|
|||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/env", "python3", "/app/rawfile.py"]
|
ENTRYPOINT ["/usr/bin/env", "python3", "/app/rawfile.py"]
|
||||||
CMD ["csi-driver"]
|
CMD ["csi-driver"]
|
||||||
|
ENV PYTHONUNBUFFERED 1
|
||||||
|
Loading…
Reference in New Issue
Block a user