care_agents / entrypoint.sh
omgy's picture
Update entrypoint.sh
e3a18d9 verified
raw
history blame contribute delete
105 Bytes
!/usr/bin/env bash
python -u agents/worker.py &
uvicorn app:app --host 0.0.0.0 --port 7860 --reload