We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f643a56 commit 1292800Copy full SHA for 1292800
app/instances/bentley/Dockerfile.bentley
@@ -18,7 +18,7 @@ RUN cd /archivesspace/plugins && \
18
git clone https://github.com/bentley-historical-library/timewalk.git && \
19
git clone https://github.com/bentley-historical-library/user_defined_in_basic.git && \
20
git clone https://github.com/bentley-historical-library/aspace_tree_endpoint.git && \
21
- git clone https://github.com/bentley-historical-library/refid_rules.git && \
+ rm -rf refid_rules && git clone https://github.com/bentley-historical-library/refid_rules.git && \
22
git clone https://github.com/bentley-historical-library/bhl_aspace_export.git && \
23
git clone https://github.com/lyrasis/aspace-reindexer.git && \
24
git clone https://github.com/hudmol/as_history.git
0 commit comments