Skip to content

Commit

Permalink
exec comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikaa committed Oct 3, 2023
1 parent fef00b9 commit 016a8c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ echo "Index created"

if [[ $SERVER -eq 1 ]]; then
echo "Starting index server.."
# We want the child process to replace the shell to handle signals
exec python3 /serve.py
else
echo "Skipping starting index server"
Expand Down

0 comments on commit 016a8c0

Please sign in to comment.