diff --git a/api/entrypoint_alerts.sh b/api/entrypoint_alerts.sh index 4c9a66672..dedfa102b 100755 --- a/api/entrypoint_alerts.sh +++ b/api/entrypoint_alerts.sh @@ -1,3 +1,3 @@ #!/bin/sh - +export ASSIST_KEY=ignore uvicorn app:app --host 0.0.0.0 --port $LISTEN_PORT --reload