Files
discord-bot/scripts/start_web_app.sh
2025-02-19 16:05:32 +01:00

4 lines
84 B
Bash

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