Add wrapper and remove default arguments from Dockerfile

This commit is contained in:
Patrick Jentsch
2019-05-21 12:29:26 +02:00
parent 8a9ff27aaa
commit f73a191314
2 changed files with 31 additions and 1 deletions

View File

@ -57,4 +57,3 @@ COPY hocrtotei /usr/local/bin
COPY ocr /usr/local/bin
ENTRYPOINT ["ocr"]
CMD ["--help"]