Skip to content

Commit ff450d3

Browse files
Fix docker copy install
1 parent 96042b9 commit ff450d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt update -y -qq \
2727
# Use a tmpfs mount for the workspace so as not to unnecessarily copy files into the final image
2828
# Bind mount the source directory so as not to unnecessarily copy source code into the docker image
2929
ARG WORKSPACE_DIR=/tmpfs/tesseract
30-
ARG INSTALL_DIR=/opt/tesseract/install
30+
ARG INSTALL_DIR=/opt/tesseract
3131
RUN mkdir -p ${INSTALL_DIR}
3232

3333
RUN --mount=type=tmpfs,target=${WORKSPACE_DIR} --mount=type=bind,target=${WORKSPACE_DIR}/src/tesseract \

0 commit comments

Comments
 (0)