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

4 lines
100 B
Bash

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