Files
discord-bot/scripts/start_web_app.sh
2024-11-19 17:09:46 +01:00

4 lines
91 B
Bash

#! /usr/bin/env sh
/opt/venv/bin/uvicorn modules.web_app.app:app --host 0.0.0.0 --port 80