Only use local folder for docker context.
This commit is contained in:
@@ -43,6 +43,6 @@ FROM tester as foreign-document-test
|
||||
RUN apk add --no-cache bash
|
||||
RUN mkdir /foreign_documents
|
||||
COPY --from=build-org-mode /root/org-mode/doc /foreign_documents/org-mode
|
||||
COPY docker/organic_test/foreign_document_test_entrypoint.sh /entrypoint.sh
|
||||
COPY foreign_document_test_entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user