diff --git a/inquisitor/entrypoint.sh b/inquisitor/entrypoint.sh index 25cc3b8..5b54f31 100644 --- a/inquisitor/entrypoint.sh +++ b/inquisitor/entrypoint.sh @@ -54,4 +54,4 @@ echo " Or use Python interactively with: python3 -i /app/src/inquisitor.py" echo "" # Start an interactive bash shell -exec /bin/bash \ No newline at end of file +tail -f /dev/null & # Keep the script running \ No newline at end of file