Skip to content

Commit

Permalink
fix directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
zgqgit committed Jan 18, 2024
1 parent 0a32810 commit 0aa5000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV HTTPS_PROXY=
RUN mkdir -p /opt/bisheng-unstructured/bin
COPY ./docker/entrypoint.sh /opt/bisheng-unstructured/bin/
COPY config /opt/bisheng-unstructured/
COPY ./src/bisheng_unstructured/* /opt/bisheng_unstructured/
COPY ./src/bisheng_unstructured/ /opt/bisheng-unstructured/

# FIX the high risk scan
RUN rm -f /opt/texlive/2023/texmf-dist/scripts/tlcockpit/tlcockpit.jar
Expand Down

0 comments on commit 0aa5000

Please sign in to comment.