Files
BotVPS/start.sh

4 lines
88 B
Bash
Executable File

#!/bin/bash
uvicorn main:app --host 0.0.0.0 --port 8000 --reload &
python bot_logic.py