Update the foreign document test to use all org-mode documents from the org-mode repository.

This commit is contained in:
Tom Alexander
2023-09-06 17:02:56 -04:00
parent d90ff5891b
commit b83a103c17
2 changed files with 54 additions and 16 deletions

View File

@@ -40,9 +40,9 @@ RUN mkdir /foreign_documents
FROM tester as foreign-document-test
RUN apk add --no-cache bash
RUN apk add --no-cache bash coreutils
RUN mkdir /foreign_documents
COPY --from=build-org-mode /root/org-mode/doc /foreign_documents/org-mode
COPY --from=build-org-mode /root/org-mode /foreign_documents/org-mode
COPY foreign_document_test_entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]