Skip to content

Commit

Permalink
Merge pull request #34 from mlibrary/asc-43-dwo
Browse files Browse the repository at this point in the history
Add `digitization_work_order` plugin for Special Collections (ASC-43)
  • Loading branch information
ssciolla authored Oct 26, 2023
2 parents 45d9615 + 63807a4 commit 37c870b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/instances/spcoll/Dockerfile.spcoll
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
ARG ASPACE_APP_IMAGE=aspace-app
FROM $ASPACE_APP_IMAGE

RUN cd /archivesspace/plugins && \
git clone --depth 1 --branch v1.13 https://github.com/hudmol/digitization_work_order.git

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

COPY instances/spcoll/spcoll_config.rb /archivesspace/config/spcoll_config.rb
RUN cat /archivesspace/config/spcoll_config.rb >> /archivesspace/config/config.rb

ENV PLUGINS="digitization_work_order"

0 comments on commit 37c870b

Please sign in to comment.