Skip to content

Commit

Permalink
Docker entrypoint: Don't wait for index build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Oct 18, 2024
1 parent d3cb93f commit cb8b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ln -s /config/bartoc.json ./bartoc/config/config.json
# Build indexes on every container start in background (to make sure search is always up-to-date)
(
cd ./jskos-server || exit
npm run import -- schemes --indexes
npm run import -- schemes --indexes &
)

pm2-runtime ecosystem.config.json

0 comments on commit cb8b9ef

Please sign in to comment.