#!/bin/bash export PYTHONPATH=. exec ./venv/bin/python3 -m uvicorn main:app --host 0.0.0.0 --port 3000 > /root/ohm_server.log 2>&1