mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
4 lines
91 B
Bash
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
|