From fd58ee2a91a7df7c0b7b97f4f347350996899b0d Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Mon, 1 Sep 2025 15:05:25 -0700 Subject: [PATCH] Fix watch directories Signed-off-by: James Ketrenos --- voicebot/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicebot/entrypoint.sh b/voicebot/entrypoint.sh index 12922e9..27bc392 100644 --- a/voicebot/entrypoint.sh +++ b/voicebot/entrypoint.sh @@ -21,7 +21,7 @@ export PATH="$VIRTUAL_ENV/bin:$PATH" # Launch voicebot in production or development mode if [ "$PRODUCTION" != "true" ]; then echo "Starting voicebot in development mode with auto-reload..." - python3 scripts/reload_runner.py --watch ../voicebot --watch ../shared -- uv run main.py \ + python3 scripts/reload_runner.py --watch /voicebot --watch /shared -- uv run main.py \ --insecure \ --server-url https://ketrenos.com/ai-voicebot \ --lobby default \