mirror of
https://github.com/kuhyx/signal-bot.git
synced 2026-07-06 18:43:10 +02:00
4 lines
64 B
Bash
Executable File
4 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
uvicorn main:app --host 0.0.0.0 --port 8000 --reload
|