Skip to content

Commit

Permalink
Fixed calling indexing of the solr
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jan 30, 2024
1 parent 4f8d859 commit 24f7e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
- |
while (!</dev/tcp/dspacedb/5432) > /dev/null 2>&1; do sleep 1; done;
/dspace/bin/dspace database migrate force
/dspace/bin/dspace dspace index-discovery -b
/dspace/bin/dspace index-discovery -b
catalina.sh run
# DSpace database container
# NOTE: This is customized to use our loadsql image, so that we are using a database with existing test data
Expand Down

0 comments on commit 24f7e0e

Please sign in to comment.