Skip to content

Commit

Permalink
Merge pull request #41 from umadair/main
Browse files Browse the repository at this point in the history
Add aspace_tree_endpoint plugin
  • Loading branch information
ssciolla authored Apr 8, 2024
2 parents 2defe41 + 0f6199f commit a9b5f16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/instances/bentley/Dockerfile.bentley
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN cd /archivesspace/plugins && \
git clone https://github.com/bentley-historical-library/donor_details.git && \
git clone https://github.com/bentley-historical-library/generate_bhl_identifiers.git && \
git clone https://github.com/bentley-historical-library/timewalk.git && \
git clone https://github.com/bentley-historical-library/user_defined_in_basic.git
git clone https://github.com/bentley-historical-library/user_defined_in_basic.git && \
git clone https://github.com/bentley-historical-library/aspace_tree_endpoint.git

RUN /archivesspace/scripts/initialize-plugin.sh timewalk

Expand All @@ -32,5 +33,5 @@ ENV PLUGINS accession_events,aspace-jsonmodel-from-format,bhl_accession_readonly
bhl_aspace_handle_verifier,bhl_aspace_print_template,bhl_aspace_translations,\
bhl_aspace_reports,bhl_barcode,bhl_browse_pages,bhl-ead-exporter,bhl-ead-importer,\
bulk_create_containers,donor_details,generate_bhl_identifiers,timewalk,\
user_defined_in_basic
user_defined_in_basic,aspace_tree_endpoint

0 comments on commit a9b5f16

Please sign in to comment.