diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 5aefec6..008c259 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -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