#!/bin/sh nohup bash /opt/bin/entry_point.sh & python3 -m uvicorn main:app --host 0.0.0.0 --port 5000 --reload