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 \