#!/bin/sh mkdir -p /tmp/data exec python -m uvicorn manager.app:app --host 0.0.0.0 --port 7860 --timeout-keep-alive 75