Skip to content

Commit

Permalink
Solr for Production environment
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingRockStorm committed Nov 21, 2023
1 parent 0079ae4 commit 31c58b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if [ "$RAILS_ENV" = "production" ]; then
# マイグレーション処理
bundle exec rails db:migrate
# Solr index
# bundle exec rake sunspot:solr:run
bundle exec rake sunspot:reindex
fi

Expand Down

0 comments on commit 31c58b6

Please sign in to comment.