Skip to content

Commit

Permalink
WIP - Checkpoint commit for Index generation for IUCN and ID lookups …
Browse files Browse the repository at this point in the history
…for WoRMS #3

Switch to using opencsv
#1321
  • Loading branch information
djtfmartin committed Jun 27, 2024
1 parent 0b6cd7d commit 05382a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching-ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ COPY --from=builder /app/backend/dataset.json /opt/gbif/$APP_ARTIFACT/dataset.js
RUN if [ -n "$CLB_DATASET_ID" ]; then \
java -jar app.jar \
--mode=BUILD_INDEX \
--index.path=/data/$APP_ARTIFACT/index \
--export.path=/data/$APP_ARTIFACT/exports \
--clb.dataset.id=$CLB_DATASET_ID \
--clb.identifier.dataset.ids=$CLB_IDENTIFIER_DATASET_IDS \
Expand Down

0 comments on commit 05382a5

Please sign in to comment.