We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3698000 commit 9d756beCopy full SHA for 9d756be
scripts/run-prod.sh
@@ -3,6 +3,7 @@
3
set -ex
4
5
if [ "$RUN_LIVEKIT" ]; then
6
+ python livekit_agent.py download-files
7
SENTRY_ENVIRONMENT="livekit" exec python livekit_agent.py start
8
elif [ "$RUN_DJANGO" ]; then
9
./manage.py runscript setup_vespa_db
0 commit comments