Skip to content

Commit

Permalink
Added lines to the Dockerfile to import content types
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncaron committed Dec 4, 2023
1 parent c804b2a commit a21a824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ WORKDIR /var/www/drupal/web/modules/contrib/TripalCultivate-Germplasm
RUN service postgresql restart \
&& drush trp-install-chado --schema-name=${chadoschema} \
&& drush trp-prep-chado --schema-name=${chadoschema} \
&& drush tripal:trp-import-types --username=drupaladmin --collection_id=general_chado \
&& drush tripal:trp-import-types --username=drupaladmin --collection_id=germplasm_chado \
&& drush en trpcultivate_germplasm trpcultivate_germcollection --yes

0 comments on commit a21a824

Please sign in to comment.