We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96042b9 commit ff450d3Copy full SHA for ff450d3
docker/Dockerfile
@@ -27,7 +27,7 @@ RUN apt update -y -qq \
27
# Use a tmpfs mount for the workspace so as not to unnecessarily copy files into the final image
28
# Bind mount the source directory so as not to unnecessarily copy source code into the docker image
29
ARG WORKSPACE_DIR=/tmpfs/tesseract
30
-ARG INSTALL_DIR=/opt/tesseract/install
+ARG INSTALL_DIR=/opt/tesseract
31
RUN mkdir -p ${INSTALL_DIR}
32
33
RUN --mount=type=tmpfs,target=${WORKSPACE_DIR} --mount=type=bind,target=${WORKSPACE_DIR}/src/tesseract \
0 commit comments