Arslan1997's picture
added agent is done stuff
8598a6b
raw
history blame
195 Bytes
web: (python scripts/init_production_db.py || echo "DB init failed") && (python scripts/populate_agent_templates.py || echo "Template init failed") && uvicorn app:app --host 0.0.0.0 --port $PORT