From a433aea3e6766d3779e6eced04f44058614c3e44 Mon Sep 17 00:00:00 2001 From: Patrick Jentsch Date: Sun, 2 Jun 2019 21:41:33 +0200 Subject: [PATCH] Fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 58308dd..528d55f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN echo "deb https://notesalexp.org/tesseract-ocr/stretch/ stretch main" >> /et COPY hocrtotei /usr/local/bin COPY ocr /usr/local/bin -mkdir /input /output -chmod a+rw /input /output +RUN mkdir /input /output && \ + chmod a+rw /input /output ENTRYPOINT ["ocr"]