From 0331e6414ee481fd44098d373ff3b51b6cf03e6d Mon Sep 17 00:00:00 2001 From: whaffman Date: Fri, 11 Jul 2025 13:02:20 +0200 Subject: [PATCH] tail-f trick --- inquisitor/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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