Closed Euophrys closed 4 years ago
Try using docker run -i ...
--interactive , -i Keep STDIN open even if not attached
That still passes through for me, although it doesn't hit the error:
docker run -i --rm akochan-reviewer:latest --no-open -i - -a 1 -o - > report.html
src/main.rs:334 parsing tenhou log...
This is correct, it is now waiting for stdin for some input.
The line parsing tenhou log...
is actually printed before reading anything.
Running this command:
docker run --rm akochan-reviewer:latest --no-open -i - -a 1 -o - > report.html
Results in this error:
According to the readme, it should read from stdin in this case.