diff --git a/Dockerfile b/Dockerfile index e95bf6a3..c59da1e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # OCRmyPDF # FROM ubuntu:17.10 -MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common python-software-properties \ @@ -52,4 +51,4 @@ WORKDIR /home/docker # Must use array form of ENTRYPOINT # Non-array form does not append other arguments, because that is "intuitive" -ENTRYPOINT ["/application/docker-wrapper.sh"] +ENTRYPOINT ["/application/.docker/docker-wrapper.sh"] diff --git a/Dockerfile.tess4 b/Dockerfile.tess4 index 35d393fb..5980d699 100644 --- a/Dockerfile.tess4 +++ b/Dockerfile.tess4 @@ -1,7 +1,6 @@ # OCRmyPDF # FROM ubuntu:17.10 -MAINTAINER James R. Barlow RUN apt-get update && apt-get install -y --no-install-recommends \ software-properties-common python-software-properties \